Package io.contract_testing.contractcase.definitions.matchers.modifiers
Modifiers
Modifiers are matchers that changes the way that ContractCase performs the matching.
-
Class Summary Class Description ExactlyLike Everything inside this matcher will be matched exactly, unless overridden with a generic matcher (egAnyStringorShapedLike).ShapedLike Everything inside this matcher will be matched on the shape of the data (ie, type alone), unless overridden with other matchers.