Expand description
Conformance harness running profile test cases and reporting fidelity.
Structs§
- Conformance
Harness - Registry of conformance tests grouped by the organ they cover.
- Conformance
Outcome - Result of running one
ConformanceTestCase: pass, fail, or declared gap with optional detail. - Conformance
Test Case - One conformance test: its symbol, the organ it covers, an optional badge it affects, and the check closure.
- Conformance
Test Report - Result of one conformance test, with a reference to its published evidence.
- Organ
Test Report - Per-organ slice of a
StandardTestReport. - Standard
Test Report - Report of running the harness against a profile: per-organ results and the fidelity badges as lowered by any failures.
Enums§
- Conformance
Status - Status of a conformance outcome.
Functions§
- standard_
reported_ fidelity_ level_ predicate - Claim predicate relating a subject to its reported fidelity level.
- standard_
reported_ fidelity_ predicate - Claim predicate relating a subject to its reported fidelity badge.
- standard_
test_ case_ predicate - Claim predicate relating a test run to its test case.
- standard_
test_ op_ key - Operation key for the standard test operation.
- standard_
test_ organ_ predicate - Claim predicate relating a test run to its organ.
- standard_
test_ profile_ predicate - Claim predicate relating a test run to its profile.
- standard_
test_ result_ predicate - Claim predicate relating a subject to a test-run evidence ref.
- standard_
test_ run_ kind - Datum tag identifying a published test-run record.
- standard_
test_ status_ predicate - Claim predicate relating a test run to its pass/fail status.
- standard_
test_ stub - Run
harnessagainstprofile, gated onstandard_test_capability.
Type Aliases§
- Conformance
Check - A conformance check: runs a profile against the runtime and reports an outcome.