Package io.contract_testing.contractcase.definitions.matchers.convenience
Convenience matchers
Convenience matchers are matchers that don't introduce the ability to match new things, but instead make it easier to write and debug tests.
-
Class Summary Class Description And Matches all of the provided matchers.ChangeLogLevel Alters the ContractCase log level below this matcher.NamedMatch Saves the matcher below it with a unique name that can be used with lookups in tests after this one.ReferenceMatch Matches a named matcher created withmatchers.convenience.NamedMatch.StateVariable Matches the content of a variable that comes from a state.WithExample Adds an example to the provided matcher.