public class RestTestMatcher
| Modifier and Type | Field and Description |
|---|---|
static RestTestMatcher |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
static CaseInsensitiveSubstringMatcher |
containsIgnoringCase(java.lang.String subString) |
static IsSortedMatcher |
isSorted() |
static RegexMatcher |
regex(java.lang.Object regex) |
public static RestTestMatcher INSTANCE
public static IsSortedMatcher isSorted()
public static RegexMatcher regex(java.lang.Object regex)
public static CaseInsensitiveSubstringMatcher containsIgnoringCase(java.lang.String subString)