csaf-sbom / kotlin-csaf

A Kotlin implementation of the CSAF standard.
Apache License 2.0
3 stars 0 forks source link

Initial draft of a validation testing framework (Tests 6.1.1-6.1.7) #67

Closed oxisto closed 2 weeks ago

oxisto commented 1 month ago

This is work in progress, but it tries to provide an API for the implementation of 6.1 mandatory tests for validation.

It also adds a couple of 6.1.x tests as an example

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Files with missing lines Coverage Δ
...tlin/io/github/csaf/sbom/validation/Requirement.kt 100.00% <100.00%> (ø)
...io/github/csaf/sbom/validation/ValidationResult.kt 100.00% <100.00%> (ø)
.../csaf/sbom/validation/requirements/Requirements.kt 85.41% <100.00%> (+0.31%) :arrow_up:
...io/github/csaf/sbom/validation/tests/Extensions.kt 100.00% <100.00%> (ø)
...tlin/io/github/csaf/sbom/validation/tests/Tests.kt 100.00% <100.00%> (ø)