Interface WebTestClientRequestLogSpecification
- All Superinterfaces:
io.restassured.specification.LogSpecification<WebTestClientRequestSpecification>
- All Known Implementing Classes:
WebTestClientRequestLogSpecificationImpl
public interface WebTestClientRequestLogSpecification
extends io.restassured.specification.LogSpecification<WebTestClientRequestSpecification>
-
Method Summary
Methods inherited from interface io.restassured.specification.LogSpecification
all, all, body, body, cookies, everything, everything, headers, ifValidationFails, ifValidationFails, ifValidationFails
-
Method Details
-
params
WebTestClientRequestSpecification params()Logs only the parameters of the request.- Returns:
- The response specification
-