Uses of Package
com.jayway.restassured.specification

Packages that use com.jayway.restassured.specification
com.jayway.restassured   
com.jayway.restassured.builder   
com.jayway.restassured.filter   
com.jayway.restassured.filter.log   
com.jayway.restassured.internal   
com.jayway.restassured.internal.filter   
com.jayway.restassured.specification   
 

Classes in com.jayway.restassured.specification used by com.jayway.restassured
Argument
          An argument that can be used to build up a body path expression.
RequestSender
           
RequestSpecification
          Allows you to specify how the request will look like.
ResponseSpecification
          Allows you to specify how the expected response must look like in order for a test to pass.
 

Classes in com.jayway.restassured.specification used by com.jayway.restassured.builder
Argument
          An argument that can be used to build up a body path expression.
RequestSpecification
          Allows you to specify how the request will look like.
ResponseSpecification
          Allows you to specify how the expected response must look like in order for a test to pass.
 

Classes in com.jayway.restassured.specification used by com.jayway.restassured.filter
FilterableRequestSpecification
          A request specification that also supports getting the defined values.
FilterableResponseSpecification
          A response specification that also supports getting the defined values.
RequestSender
           
 

Classes in com.jayway.restassured.specification used by com.jayway.restassured.filter.log
FilterableRequestSpecification
          A request specification that also supports getting the defined values.
FilterableResponseSpecification
          A response specification that also supports getting the defined values.
 

Classes in com.jayway.restassured.specification used by com.jayway.restassured.internal
Argument
          An argument that can be used to build up a body path expression.
AuthenticationSpecification
          Specify an authentication scheme to use when sending a request.
FilterableRequestSpecification
          A request specification that also supports getting the defined values.
FilterableResponseSpecification
          A response specification that also supports getting the defined values.
LogSpecification
          Base interface for request- and response log specifications.
PreemptiveAuthSpec
          Specify a preemptive authentication scheme to use when sending a request.
RedirectSpecification
          Specify how redirects should behave.
RequestLogSpecification
          The request logging specification
RequestSender
           
RequestSpecification
          Allows you to specify how the request will look like.
ResponseLogSpecification
          The response logging specification
ResponseSpecification
          Allows you to specify how the expected response must look like in order for a test to pass.
 

Classes in com.jayway.restassured.specification used by com.jayway.restassured.internal.filter
FilterableRequestSpecification
          A request specification that also supports getting the defined values.
FilterableResponseSpecification
          A response specification that also supports getting the defined values.
RequestSender
           
 

Classes in com.jayway.restassured.specification used by com.jayway.restassured.specification
Argument
          An argument that can be used to build up a body path expression.
AuthenticationSpecification
          Specify an authentication scheme to use when sending a request.
LogSpecification
          Base interface for request- and response log specifications.
PreemptiveAuthSpec
          Specify a preemptive authentication scheme to use when sending a request.
RedirectSpecification
          Specify how redirects should behave.
RequestLogSpecification
          The request logging specification
RequestSender
           
RequestSpecification
          Allows you to specify how the request will look like.
ResponseLogSpecification
          The response logging specification
ResponseSpecification
          Allows you to specify how the expected response must look like in order for a test to pass.
 



Copyright © 2010-2011. All Rights Reserved.