Package io.contract_testing.contractcase.definitions.matchers.strings
-
Class Summary Class Description AnyString Matches any string.Base64Encoded Transformation matcher that matches a base64 encoded version of the given string or string matcher.StringContaining Matches any string that contains the given substring.StringifiedJson Transformation matcher that matches a JSON.stringify()ed version of the given object.StringPrefix Matches any string that begins with the given constant string prefix, and ends with a matchable suffix.StringSuffix Matches any string that begins with a matchable prefix, and ends with a constant suffix.