Package net.serenitybdd.rest.utils
Class RestReportingHelper
java.lang.Object
net.serenitybdd.rest.utils.RestReportingHelper
User: YamStranger
Date: 4/6/16
Time: 7:51 AM
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.serenitybdd.model.rest.RestQueryrecordRestSpecificationData(net.serenitybdd.model.rest.RestMethod method, RequestSpecificationDecorated spec, String path, Object... params) voidregisterCall(net.serenitybdd.model.rest.RestMethod method, io.restassured.response.Response response, RequestSpecificationDecorated spec, String path, Object... params) voidregisterCall(net.serenitybdd.model.rest.RestMethod method, RequestSpecificationDecorated spec, String path, RuntimeException throwable, Object... params)
-
Constructor Details
-
RestReportingHelper
public RestReportingHelper()
-
-
Method Details
-
recordRestSpecificationData
public net.serenitybdd.model.rest.RestQuery recordRestSpecificationData(net.serenitybdd.model.rest.RestMethod method, RequestSpecificationDecorated spec, String path, Object... params) -
registerCall
public void registerCall(net.serenitybdd.model.rest.RestMethod method, io.restassured.response.Response response, RequestSpecificationDecorated spec, String path, Object... params) -
registerCall
public void registerCall(net.serenitybdd.model.rest.RestMethod method, RequestSpecificationDecorated spec, String path, RuntimeException throwable, Object... params)
-