Class WebTestClientRequestLogSpecificationImpl
java.lang.Object
io.restassured.internal.LogSpecificationImpl
io.restassured.module.webtestclient.internal.WebTestClientRequestLogSpecificationImpl
- All Implemented Interfaces:
groovy.lang.GroovyObject,WebTestClientRequestLogSpecification,io.restassured.specification.LogSpecification<WebTestClientRequestSpecification>
public class WebTestClientRequestLogSpecificationImpl
extends io.restassured.internal.LogSpecificationImpl
implements WebTestClientRequestLogSpecification
-
Constructor Summary
ConstructorsConstructorDescriptionWebTestClientRequestLogSpecificationImpl(WebTestClientRequestSpecificationImpl requestSpecification) -
Method Summary
Modifier and TypeMethodDescriptionall()all(boolean shouldPrettyPrint) body()body(boolean shouldPrettyPrint) cookies()everything(boolean shouldPrettyPrint) headers()ifValidationFails(io.restassured.filter.log.LogDetail logDetail) ifValidationFails(io.restassured.filter.log.LogDetail logDetail, boolean shouldPrettyPrint) params()Logs only the parameters of the request.Methods inherited from class io.restassured.internal.LogSpecificationImpl
getMetaClass, getPrintStream, setMetaClass, shouldPrettyPrint, shouldUrlEncodeRequestUriMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface groovy.lang.GroovyObject
getProperty, invokeMethod, setProperty
-
Constructor Details
-
WebTestClientRequestLogSpecificationImpl
public WebTestClientRequestLogSpecificationImpl(WebTestClientRequestSpecificationImpl requestSpecification)
-
-
Method Details
-
body
- Specified by:
bodyin interfaceio.restassured.specification.LogSpecification<WebTestClientRequestSpecification>
-
body
- Specified by:
bodyin interfaceio.restassured.specification.LogSpecification<WebTestClientRequestSpecification>
-
all
- Specified by:
allin interfaceio.restassured.specification.LogSpecification<WebTestClientRequestSpecification>
-
all
- Specified by:
allin interfaceio.restassured.specification.LogSpecification<WebTestClientRequestSpecification>
-
everything
- Specified by:
everythingin interfaceio.restassured.specification.LogSpecification<WebTestClientRequestSpecification>
-
everything
- Specified by:
everythingin interfaceio.restassured.specification.LogSpecification<WebTestClientRequestSpecification>
-
headers
- Specified by:
headersin interfaceio.restassured.specification.LogSpecification<WebTestClientRequestSpecification>
-
cookies
- Specified by:
cookiesin interfaceio.restassured.specification.LogSpecification<WebTestClientRequestSpecification>
-
ifValidationFails
- Specified by:
ifValidationFailsin interfaceio.restassured.specification.LogSpecification<WebTestClientRequestSpecification>
-
ifValidationFails
public WebTestClientRequestSpecification ifValidationFails(io.restassured.filter.log.LogDetail logDetail) - Specified by:
ifValidationFailsin interfaceio.restassured.specification.LogSpecification<WebTestClientRequestSpecification>
-
ifValidationFails
public WebTestClientRequestSpecification ifValidationFails(io.restassured.filter.log.LogDetail logDetail, boolean shouldPrettyPrint) - Specified by:
ifValidationFailsin interfaceio.restassured.specification.LogSpecification<WebTestClientRequestSpecification>
-
params
Description copied from interface:WebTestClientRequestLogSpecificationLogs only the parameters of the request.- Specified by:
paramsin interfaceWebTestClientRequestLogSpecification- Returns:
- The response specification
-