| Modifier and Type | Method and Description |
|---|---|
static StringValue |
Common.anyString() |
StringValue |
ArrayValue.getStringVal(int index) |
StringValue |
ObjectValue.getStringVal(String propertyName) |
static StringValue |
Common.regexp(String regexp) |
static StringValue |
Common.stringRegexp(String regexp) |
static StringValue |
Common.stringVal() |
static StringValue |
Common.stringVal(String value) |
StringValue |
StringValue.value(String val) |
| Modifier and Type | Method and Description |
|---|---|
ResponseVerifier |
ResponseVerifier.body(StringValue want) |
ResponseVerifier |
ResponseVerifier.header(String name,
StringValue want) |
ResponseVerifier |
ResponseVerifier.locationHeader(StringValue stringWant) |
static ResponseVerifier |
Common.verify(ResponseVerifier verifier,
StringValue body,
int... statuses) |
ResponseVerifier |
ResponseVerifier.xLocationHeader(StringValue stringWant) |
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.