public class RestReportingHelper
extends java.lang.Object
| Constructor and Description |
|---|
RestReportingHelper() |
| Modifier and Type | Method and Description |
|---|---|
net.serenitybdd.core.rest.RestQuery |
recordRestSpecificationData(net.serenitybdd.core.rest.RestMethod method,
RequestSpecificationDecorated spec,
java.lang.String path,
java.lang.Object... params) |
void |
registerCall(net.serenitybdd.core.rest.RestMethod method,
RequestSpecificationDecorated spec,
java.lang.String path,
java.lang.RuntimeException throwable,
java.lang.Object... params) |
void |
registerCall(net.serenitybdd.core.rest.RestMethod method,
io.restassured.response.Response response,
RequestSpecificationDecorated spec,
java.lang.String path,
java.lang.Object... params) |
public net.serenitybdd.core.rest.RestQuery recordRestSpecificationData(net.serenitybdd.core.rest.RestMethod method,
RequestSpecificationDecorated spec,
java.lang.String path,
java.lang.Object... params)
public void registerCall(net.serenitybdd.core.rest.RestMethod method,
io.restassured.response.Response response,
RequestSpecificationDecorated spec,
java.lang.String path,
java.lang.Object... params)
public void registerCall(net.serenitybdd.core.rest.RestMethod method,
RequestSpecificationDecorated spec,
java.lang.String path,
java.lang.RuntimeException throwable,
java.lang.Object... params)