Uses of Class
io.contract_testing.contractcase.definitions.matchers.base.CascadingContextMatcher
-
Packages that use CascadingContextMatcher Package Description io.contract_testing.contractcase.definitions.matchers.convenience Convenience matchersio.contract_testing.contractcase.definitions.matchers.modifiers Modifiers -
-
Uses of CascadingContextMatcher in io.contract_testing.contractcase.definitions.matchers.convenience
Subclasses of CascadingContextMatcher in io.contract_testing.contractcase.definitions.matchers.convenience Modifier and Type Class Description classChangeLogLevelAlters the ContractCase log level below this matcher.classWithExampleAdds an example to the provided matcher. -
Uses of CascadingContextMatcher in io.contract_testing.contractcase.definitions.matchers.modifiers
Subclasses of CascadingContextMatcher in io.contract_testing.contractcase.definitions.matchers.modifiers Modifier and Type Class Description classExactlyLikeEverything inside this matcher will be matched exactly, unless overridden with a generic matcher (egAnyStringorShapedLike).classShapedLikeEverything inside this matcher will be matched on the shape of the data (ie, type alone), unless overridden with other matchers.
-