default RestAssert |
FluentRestTest.delete(String path) |
default RestAssert |
FluentRestTest.get(String path) |
default RestAssert |
FluentRestTest.head(String path) |
default RestAssert |
FluentRestTest.options(String path) |
default RestAssert |
FluentRestTest.post(String path) |
default RestAssert |
FluentRestTest.post(String path,
String body) |
default RestAssert |
FluentRestTest.post(String path,
String firstParameterName,
Object firstParameterValue,
Object... parameterNameValuePairs) |
default RestAssert |
FluentRestTest.put(String path) |
default RestAssert |
FluentRestTest.put(String path,
String body) |
default RestAssert |
FluentRestTest.put(String path,
String firstParameterName,
Object firstParameterValue,
Object... parameterNameValuePairs) |
RestAssert |
RestAssert.withAuthentication(String login,
String password) |
RestAssert |
RestAssert.withHeader(String name,
String value) |
RestAssert |
RestAssert.withPreemptiveAuthentication(String login,
String password) |