All Methods Static Methods Concrete Methods
Modifier and Type |
Method and Description |
static BooleanValue |
anyBoolean() |
static DoubleValue |
anyDouble() |
static ObjectValue |
anyFailureMessage() |
static ObjectValue |
anyFailureMessage(String field) |
static IntValue |
anyInt() |
static LongValue |
anyLong() |
static StringValue |
anyString() |
static ObjectValue |
anySuccessMessage() |
static ObjectValue |
anySuccessMessage(String field) |
static ObjectValue |
anyWarningMessage() |
static ObjectValue |
anyWarningMessage(String field) |
static ArrayValue |
arrayVal() |
static BooleanValue |
booleanRegexp(String regexp) |
static BooleanValue |
booleanVal() |
static BooleanValue |
booleanVal(boolean value) |
static ObjectValue |
cloneObjectVal(ObjectValue v) |
static DoubleValue |
doubleRegexp(String regexp) |
static DoubleValue |
doubleVal() |
static DoubleValue |
doubleVal(double value) |
static ObjectValue |
failureMessage(String message) |
static ObjectValue |
failureMessage(String field,
String message) |
static BooleanValue |
falseVal() |
static boolean |
haveValue(String val) |
static IntValue |
intRegexp(String regexp) |
static IntValue |
intVal() |
static IntValue |
intVal(int value) |
static LongValue |
longRegexp(String regexp) |
static LongValue |
longVal() |
static LongValue |
longVal(long value) |
static ObjectValue |
message(String severity,
String message) |
static ObjectValue |
message(String severity,
String field,
String message) |
static NilValue |
nilVal() |
static ObjectValue |
objectVal() |
static ArrayValue |
oneFailureMessage() |
static ArrayValue |
oneSuccessMessage() |
static ArrayValue |
oneWarningMessage() |
static String |
print(Value value) |
static StringValue |
regexp(String regexp) |
static ObjectValue |
resource(String rel,
String uri) |
static ObjectValue |
resource(String rel,
String title,
String uri) |
static ResponseBody |
responseBody() |
static ObjectValue |
rootResource(String rel) |
static StringValue |
stringRegexp(String regexp) |
static StringValue |
stringVal() |
static StringValue |
stringVal(String value) |
static ObjectValue |
successMessage(String message) |
static ObjectValue |
successMessage(String field,
String message) |
static ArrayValue |
toArrayVal(javax.json.JsonArray j) |
static ObjectValue |
toObjectVal(javax.json.JsonObject j) |
static BooleanValue |
trueVal() |
static ResponseVerifier |
verifier(Environment environment,
Response response) |
static void |
verify(Environment environment,
ObjectValue want,
javax.json.JsonObject have) |
static ResponseVerifier |
verify(ResponseVerifier verifier,
int... statuses) |
static ResponseVerifier |
verify(ResponseVerifier verifier,
ObjectValue body,
int... statuses) |
static ResponseVerifier |
verify(ResponseVerifier verifier,
StringValue body,
int... statuses) |
static ObjectValue |
warningMessage(String message) |
static ObjectValue |
warningMessage(String field,
String message) |