Function: verify()

August 8, 2026 ยท View on GitHub

@plures/praxis


@plures/praxis / index / verify

Function: verify()

verify(registry, expectations): VerificationReport

Defined in: src/expectations/expectations.ts:146

Verify expectations against a rule registry.

Walks the rule graph to determine if expectations are satisfied, violated, or unverifiable given the registered rules and contracts.

Parameters

registry

VerifiableRegistry

The verifiable registry containing rules and constraints

expectations

ExpectationSet

The expectation set to verify against the registry

Returns

VerificationReport

A VerificationReport with per-expectation status and an overall summary