Package io.contract_testing.contractcase.definitions.matchers.primitives
-
Class Summary Class Description AnyBoolean Matches any Boolean.AnyInteger Matches any whole integer number.AnyNull Matchesnull(useful for languages like Java wherebody: nullmeans no body, but you want to match a eg a json document that has the body"null").AnyNumber Matches a number following RFC 8259 JSON.