All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
String |
allAsJson() |
Map<String,Object> |
allAsMap() |
String |
asJson() |
List |
asList() |
List<Object> |
asList(String exp) |
Map<String,Object> |
asMap() |
Map<String,Object> |
asMap(String exp) |
String |
asString() |
<T> T |
asType(Class<T> clazz) |
Match |
config(String key,
String value) |
Match |
contains(Object o) |
static Match |
contains(Object o,
String exp) |
Match |
contains(String exp) |
static Match |
containsText(Object o,
String exp) |
Match |
def(String name,
Object o) |
Match |
def(String name,
String exp) |
static Match |
equals(Object o,
String exp) |
Match |
equals(String exp) |
Match |
equalsObject(Object o) |
static Match |
equalsText(Object o,
String exp) |
Match |
equalsText(String exp) |
Match |
eval(String exp) |
Http |
http() |
Match |
httpDelete() |
Match |
httpGet() |
Match |
httpPost(Object body) |
Match |
httpPost(ScriptValue body) |
static Match |
init(Object o) |
boolean |
isBooleanTrue() |
Match |
jsonPath(String exp) |
Match |
matchText(String exp,
MatchType matchType) |
Match |
path(String... paths) |
Match |
putAll(Map<String,Object> map) |
Match |
response() |
boolean |
statusIs(Integer expected) |
Match |
text(String name,
String exp) |
Match |
url(String url) |
ScriptValue |
value() |
ScriptValueMap |
vars() |
static Match |
withHttp(Logger logger) |