Skip to main content

Module conformance

Module conformance 

Source
Expand description

Conformance classes and the abstract test suite mapping (SIGNATIF §6, Annex A).

An implementation claims conformance through the class hierarchy. conformance_report produces the machine-readable claim list: which /conf classes this build of Confium implements, and where each is exercised. Classes not yet implemented are reported as planned — never silently omitted — so a scheme adopting Confium knows exactly what it can claim.

Structs§

ConformanceClaim
One conformance-class claim.

Enums§

ConformanceStatus
Implementation status of a conformance class in this build.

Functions§

conformance_claims
The class hierarchy with this build’s status.
conformance_report
The machine-readable conformance report for this build.