| Class |
Description |
|
AndMatcher
|
Matches if all provided matches match |
|
BaseBuilder
|
Base class for builders |
|
DateMatcher
|
Matcher for dates |
|
EachLikeMatcher
|
Each like matcher for arrays |
|
EqualsMatcher
|
Matcher to match using equality |
|
GeneratedValue
|
Marker class for generated values |
|
HexadecimalMatcher
|
Matcher for hexadecimal values |
|
IncludeMatcher
|
Matcher for string inclusion |
|
LikeMatcher
|
Base class for like matchers |
|
Matcher
|
Base class for matchers |
|
Matchers
|
Base class for DSL matcher methods |
|
MaxLikeMatcher
|
Like matcher with a maximum size |
|
MinLikeMatcher
|
Like matcher with a minimum size |
|
MinMaxLikeMatcher
|
Like Matcher with a minimum and maximum size |
|
NullMatcher
|
Matcher to match null values |
|
OrMatcher
|
Matcher that matches if any provided matcher matches |
|
PactBodyBuilder
|
DSL Builder for constructing JSON bodies |
|
PactBuilder
|
Builder DSL for Pact tests |
|
RegexpMatcher
|
Regular Expression Matcher |
|
TimeMatcher
|
Matcher for time values |
|
TimestampMatcher
|
Matcher for timestamps |
|
TypeMatcher
|
Matcher for validating same types |
|
UrlMatcher
|
Match a URL by specifying the base and a series of paths. |
|
UuidMatcher
|
Matcher for universally unique IDs |
|
ValuesMatcher
|
Matcher for validating the values in a map |