Uses of Interface
com.jayway.restassured.specification.RequestSender

Packages that use RequestSender
com.jayway.restassured   
com.jayway.restassured.filter   
com.jayway.restassured.internal   
com.jayway.restassured.internal.filter   
com.jayway.restassured.specification   
 

Uses of RequestSender in com.jayway.restassured
 

Methods in com.jayway.restassured that return RequestSender
static RequestSender RestAssured.given(RequestSpecification requestSpecification, ResponseSpecification responseSpecification)
          When you have long specifications it can be better to split up the definition of response and request specifications in multiple lines.
 

Uses of RequestSender in com.jayway.restassured.filter
 

Methods in com.jayway.restassured.filter with parameters of type RequestSender
 Response FilterContext.send(RequestSender requestSender)
          Send a request to the same request path and with the same request method as the original request.
 

Uses of RequestSender in com.jayway.restassured.internal
 

Classes in com.jayway.restassured.internal that implement RequestSender
 class RequestSpecificationImpl
           
 class ResponseSpecificationImpl
           
 class TestSpecificationImpl
           
 

Uses of RequestSender in com.jayway.restassured.internal.filter
 

Methods in com.jayway.restassured.internal.filter with parameters of type RequestSender
 Response FilterContextImpl.send(RequestSender requestSender)
           
 

Uses of RequestSender in com.jayway.restassured.specification
 

Classes in com.jayway.restassured.specification with type parameters of type RequestSender
 interface LogSpecification<T extends RequestSender>
          Base interface for request- and response log specifications.
 

Subinterfaces of RequestSender in com.jayway.restassured.specification
 interface FilterableRequestSpecification
          A request specification that also supports getting the defined values.
 interface FilterableResponseSpecification
          A response specification that also supports getting the defined values.
 interface RequestSpecification
          Allows you to specify how the request will look like.
 interface ResponseSpecification
          Allows you to specify how the expected response must look like in order for a test to pass.
 



Copyright © 2010-2012. All Rights Reserved.