Package net.serenitybdd.rest.utils
Class RestResponseRecordingHelper
java.lang.Object
net.serenitybdd.rest.utils.RestResponseRecordingHelper
public class RestResponseRecordingHelper
extends java.lang.Object
User: YamStranger
Date: 4/20/16
Time: 1:25 AM
-
Constructor Summary
Constructors Constructor Description RestResponseRecordingHelper(boolean shouldPrettyPrint, java.util.Set<java.lang.String> blackListedHeaders, io.restassured.filter.log.LogDetail... details) -
Method Summary
Modifier and Type Method Description java.util.Map<io.restassured.filter.log.LogDetail,java.lang.String>print(io.restassured.response.Response response)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
RestResponseRecordingHelper
public RestResponseRecordingHelper(boolean shouldPrettyPrint, java.util.Set<java.lang.String> blackListedHeaders, io.restassured.filter.log.LogDetail... details)
-
-
Method Details
-
print
public java.util.Map<io.restassured.filter.log.LogDetail,java.lang.String> print(io.restassured.response.Response response)
-