Package net.serenitybdd.rest.utils
Class RestReportingHelper
java.lang.Object
net.serenitybdd.rest.utils.RestReportingHelper
public class RestReportingHelper
extends java.lang.Object
User: YamStranger
Date: 4/6/16
Time: 7:51 AM
-
Constructor Summary
Constructors Constructor Description RestReportingHelper() -
Method Summary
Modifier and Type Method Description net.serenitybdd.core.rest.RestQueryrecordRestSpecificationData(net.serenitybdd.core.rest.RestMethod method, RequestSpecificationDecorated spec, java.lang.String path, java.lang.Object... params)voidregisterCall(net.serenitybdd.core.rest.RestMethod method, io.restassured.response.Response response, RequestSpecificationDecorated spec, java.lang.String path, java.lang.Object... params)voidregisterCall(net.serenitybdd.core.rest.RestMethod method, RequestSpecificationDecorated spec, java.lang.String path, java.lang.RuntimeException throwable, java.lang.Object... params)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
RestReportingHelper
public RestReportingHelper()
-
-
Method Details
-
recordRestSpecificationData
public net.serenitybdd.core.rest.RestQuery recordRestSpecificationData(net.serenitybdd.core.rest.RestMethod method, RequestSpecificationDecorated spec, java.lang.String path, java.lang.Object... params) -
registerCall
public void registerCall(net.serenitybdd.core.rest.RestMethod method, io.restassured.response.Response response, RequestSpecificationDecorated spec, java.lang.String path, java.lang.Object... params) -
registerCall
public void registerCall(net.serenitybdd.core.rest.RestMethod method, RequestSpecificationDecorated spec, java.lang.String path, java.lang.RuntimeException throwable, java.lang.Object... params)
-