Uses of Class
io.contract_testing.contractcase.definitions.matchers.base.AnyMatcherWithExample
-
-
Uses of AnyMatcherWithExample in io.contract_testing.contractcase.definitions.matchers.arrays
Subclasses of AnyMatcherWithExample in io.contract_testing.contractcase.definitions.matchers.arrays Modifier and Type Class Description classArrayEachEntryMatchesWithExampleMatches an array where each element matches the provided matcher, but with a custom example for the whole array. -
Uses of AnyMatcherWithExample in io.contract_testing.contractcase.definitions.matchers.http
Subclasses of AnyMatcherWithExample in io.contract_testing.contractcase.definitions.matchers.http Modifier and Type Class Description classHttpStatusCodeMatches an HTTP status code. -
Uses of AnyMatcherWithExample in io.contract_testing.contractcase.definitions.matchers.primitives
Subclasses of AnyMatcherWithExample in io.contract_testing.contractcase.definitions.matchers.primitives Modifier and Type Class Description classAnyBooleanMatches any Boolean.classAnyIntegerMatches any whole integer number.classAnyNullMatchesnull(useful for languages like Java wherebody: nullmeans no body, but you want to match a eg a json document that has the body"null").classAnyNumberMatches a number following RFC 8259 JSON. -
Uses of AnyMatcherWithExample in io.contract_testing.contractcase.definitions.matchers.strings
Subclasses of AnyMatcherWithExample in io.contract_testing.contractcase.definitions.matchers.strings Modifier and Type Class Description classAnyStringMatches any string.classStringContainingMatches any string that contains the given substring.
-