-
Methods in net.serenitybdd.rest.utils with parameters of type RequestSpecificationDecorated
| Modifier and Type |
Method |
Description |
net.serenitybdd.core.rest.RestQuery |
RestReportingHelper.recordRestSpecificationData(net.serenitybdd.core.rest.RestMethod method,
RequestSpecificationDecorated spec,
java.lang.String path,
java.lang.Object... params) |
|
void |
RestReportingHelper.registerCall(net.serenitybdd.core.rest.RestMethod method,
io.restassured.response.Response response,
RequestSpecificationDecorated spec,
java.lang.String path,
java.lang.Object... params) |
|
void |
RestReportingHelper.registerCall(net.serenitybdd.core.rest.RestMethod method,
RequestSpecificationDecorated spec,
java.lang.String path,
java.lang.RuntimeException throwable,
java.lang.Object... params) |
|