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
Assertion
s. - Constrained
- An
AssertionBuilder
which has a valid span matcher and at least one assertion criterion. - NoCriteria
- An
AssertionBuilder
which has a valid span matcher but does not yet have any assertion criteria. - NoMatcher
- An
AssertionBuilder
which does not yet have a span matcher.