Expand description
Core assertion types and utilities.
Structsยง
- Assertion
- A specific set of criteria to enforce on matching spans.
- Assertion
Builder - Configures and constructs an
Assertion. - Assertion
Registry - Creates and stores all constructed
Assertions. - Constrained
- An
AssertionBuilderwhich has a valid span matcher and at least one assertion criterion. - NoCriteria
- An
AssertionBuilderwhich has a valid span matcher but does not yet have any assertion criteria. - NoMatcher
- An
AssertionBuilderwhich does not yet have a span matcher.