com.jayway.restassured.specification
Interface RequestLogSpecification

All Superinterfaces:
LogSpecification<RequestSpecification>
All Known Implementing Classes:
RequestLogSpecificationImpl

public interface RequestLogSpecification
extends LogSpecification<RequestSpecification>

The request logging specification


Method Summary
 RequestSpecification parameters()
          Logs only the parameters of the request.
 RequestSpecification params()
          Logs only the parameters of the request.
 
Methods inherited from interface com.jayway.restassured.specification.LogSpecification
all, body, cookies, everything, headers
 

Method Detail

params

RequestSpecification params()
Logs only the parameters of the request. Same as parameters() but slightly shorter syntax.

Returns:
The response specification

parameters

RequestSpecification parameters()
Logs only the parameters of the request. Same as params() but more explicit syntax.

Returns:
The response specification


Copyright © 2010-2011. All Rights Reserved.