Package net.serenitybdd.rest.utils
Class RestSpecificationFactory
java.lang.Object
net.serenitybdd.rest.utils.RestSpecificationFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetInstrumentedRequestSpecification(io.restassured.internal.RequestSpecificationImpl delegate) getInstrumentedResponseSpecification(io.restassured.internal.ResponseSpecificationImpl delegate)
-
Constructor Details
-
RestSpecificationFactory
public RestSpecificationFactory()
-
-
Method Details
-
getInstrumentedRequestSpecification
public static RequestSpecificationDecorated getInstrumentedRequestSpecification(io.restassured.internal.RequestSpecificationImpl delegate) -
getInstrumentedResponseSpecification
public static ResponseSpecificationDecorated getInstrumentedResponseSpecification(io.restassured.internal.ResponseSpecificationImpl delegate)
-