public class RestReportingHelper extends 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,
String path,
Object... params) |
void |
registerCall(net.serenitybdd.core.rest.RestMethod method,
RequestSpecificationDecorated spec,
String path,
RuntimeException throwable,
Object... params) |
void |
registerCall(net.serenitybdd.core.rest.RestMethod method,
io.restassured.response.Response response,
RequestSpecificationDecorated spec,
String path,
Object... params) |
public net.serenitybdd.core.rest.RestQuery recordRestSpecificationData(net.serenitybdd.core.rest.RestMethod method, RequestSpecificationDecorated spec, String path, Object... params)
public void registerCall(net.serenitybdd.core.rest.RestMethod method, io.restassured.response.Response response, RequestSpecificationDecorated spec, String path, Object... params)
public void registerCall(net.serenitybdd.core.rest.RestMethod method, RequestSpecificationDecorated spec, String path, RuntimeException throwable, Object... params)
Copyright © 2023. All rights reserved.