A B C D E F G H I J L M N O P Q R S T U V W X

A

addCookie(String, String) - Method in class com.jayway.restassured.builder.RequestSpecBuilder
Add a cookie to be sent with the request.
addCookie(String) - Method in class com.jayway.restassured.builder.RequestSpecBuilder
Add a cookie without value to be sent with the request.
addCookies(Map<String, String>) - Method in class com.jayway.restassured.builder.RequestSpecBuilder
Add cookies to be sent with the request as Map e.g:
addFilter(Filter) - Method in class com.jayway.restassured.builder.RequestSpecBuilder
Add a filter that will be used in the request.
addFilters(List<Filter>) - Method in class com.jayway.restassured.builder.RequestSpecBuilder
Add filters that will be used in the request.
addHeader(String, String) - Method in class com.jayway.restassured.builder.RequestSpecBuilder
Add a header to be sent with the request e.g:
addHeaders(Map<String, String>) - Method in class com.jayway.restassured.builder.RequestSpecBuilder
Add headers to be sent with the request as Map.
addParam(String, String, String...) - Method in class com.jayway.restassured.builder.RequestSpecBuilder
A slightly shorter version of RequestSpecBuilder.addParameter(String, String, String...).
addParam(String, List<String>) - Method in class com.jayway.restassured.builder.RequestSpecBuilder
A slightly shorter version of RequestSpecBuilder.addParameter(String, java.util.List).
addParameter(String, String, String...) - Method in class com.jayway.restassured.builder.RequestSpecBuilder
Add a parameter to be sent with the request.
addParameter(String, List<String>) - Method in class com.jayway.restassured.builder.RequestSpecBuilder
Add a multi-value parameter to be sent with the request.
addParameters(Map<String, String>) - Method in class com.jayway.restassured.builder.RequestSpecBuilder
Add parameters to be sent with the request as Map.
addParams(Map<String, String>) - Method in class com.jayway.restassured.builder.RequestSpecBuilder
A slightly shorter version of RequestSpecBuilder.addParameters(Map).
addQueryParam(String, List<String>) - Method in class com.jayway.restassured.builder.RequestSpecBuilder
A slightly shorter version of RequestSpecBuilder.addQueryParameter(String, java.util.List).
addQueryParam(String, String, String...) - Method in class com.jayway.restassured.builder.RequestSpecBuilder
A slightly shorter version of RequestSpecBuilder.addQueryParameter(String, String, String...).
addQueryParameter(String, String, String...) - Method in class com.jayway.restassured.builder.RequestSpecBuilder
Add a query parameter to be sent with the request.
addQueryParameter(String, List<String>) - Method in class com.jayway.restassured.builder.RequestSpecBuilder
Add a query parameter to be sent with the request.
addQueryParameters(Map<String, String>) - Method in class com.jayway.restassured.builder.RequestSpecBuilder
Add query parameters to be sent with the request as a Map.
addQueryParams(Map<String, String>) - Method in class com.jayway.restassured.builder.RequestSpecBuilder
A slightly shorter version of RequestSpecBuilder.addQueryParameters(Map).
addRequestSpecification(RequestSpecification) - Method in class com.jayway.restassured.builder.RequestSpecBuilder
Merge this builder with settings from another specification.
addResponseSpecification(ResponseSpecification) - Method in class com.jayway.restassured.builder.ResponseSpecBuilder
Merge this builder with settings from another specification.
and() - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
and() - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl
 
and() - Method in interface com.jayway.restassured.specification.RequestSpecification
Syntactic sugar, e.g.
and() - Method in interface com.jayway.restassured.specification.ResponseSpecification
Syntactic sugar, e.g.
andReturn() - Method in class com.jayway.restassured.internal.RestAssuredResponseImpl
 
andReturn() - Method in interface com.jayway.restassured.response.Response
Syntactic sugar, simply returns the same response instance.
asByteArray() - Method in class com.jayway.restassured.internal.RestAssuredResponseImpl
 
asByteArray() - Method in interface com.jayway.restassured.response.ResponseBody
Get the body as a byte array.
Assertion - Interface in com.jayway.restassured.assertion
 
AssertionFailedException - Exception in com.jayway.restassured.exception
Thrown when an assertion defined in a response com.jayway.restassured.specification has failed.
AssertionFailedException(String) - Constructor for exception com.jayway.restassured.exception.AssertionFailedException
 
AssertionSupport - Class in com.jayway.restassured.assertion
 
AssertionSupport() - Constructor for class com.jayway.restassured.assertion.AssertionSupport
 
AssertParameter - Class in com.jayway.restassured.assertion
 
AssertParameter() - Constructor for class com.jayway.restassured.assertion.AssertParameter
 
asString() - Method in class com.jayway.restassured.internal.RestAssuredResponseImpl
 
asString() - Method in interface com.jayway.restassured.response.ResponseBody
Get the body as a string.
attributes() - Method in class com.jayway.restassured.internal.path.xml.NodeImpl
 
attributes() - Method in interface com.jayway.restassured.path.xml.element.Node
The node attributes, may be empty.
auth() - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
auth() - Method in interface com.jayway.restassured.specification.RequestSpecification
A slightly short version of RequestSpecification.authentication().
authenticate(HTTPBuilder) - Method in interface com.jayway.restassured.authentication.AuthenticationScheme
 
authenticate(HTTPBuilder) - Method in class com.jayway.restassured.authentication.BasicAuthScheme
 
authenticate(HTTPBuilder) - Method in class com.jayway.restassured.authentication.CertAuthScheme
 
authenticate(HTTPBuilder) - Method in class com.jayway.restassured.authentication.ExplicitNoAuthScheme
 
authenticate(HTTPBuilder) - Method in class com.jayway.restassured.authentication.FormAuthScheme
 
authenticate(HTTPBuilder) - Method in class com.jayway.restassured.authentication.NoAuthScheme
 
authenticate(HTTPBuilder) - Method in class com.jayway.restassured.authentication.OAuthScheme
 
authenticate(HTTPBuilder) - Method in class com.jayway.restassured.authentication.PreemptiveBasicAuthScheme
 
authentication() - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
authentication - Static variable in class com.jayway.restassured.RestAssured
Set an authentication scheme that should be used for each request.
authentication() - Method in interface com.jayway.restassured.specification.RequestSpecification
If you need to specify some credentials when performing a request.
AuthenticationScheme - Interface in com.jayway.restassured.authentication
 
AuthenticationSpecification - Interface in com.jayway.restassured.specification
Specify an authentication scheme to use when sending a request.
AuthenticationSpecificationImpl - Class in com.jayway.restassured.internal
 
AuthenticationSpecificationImpl(RequestSpecification) - Constructor for class com.jayway.restassured.internal.AuthenticationSpecificationImpl
 
AuthFilter - Interface in com.jayway.restassured.spi
Marker interface for authentication filters.

B

basePath - Static variable in class com.jayway.restassured.RestAssured
A base path that's added to the RestAssured.baseURI by REST assured when making requests.
baseURI - Static variable in class com.jayway.restassured.RestAssured
The base URI that's used by REST assured when making requests if a non-fully qualified URI is used in the request.
basic(String, String) - Method in class com.jayway.restassured.authentication.PreemptiveAuthProvider
Use preemptive http basic authentication.
basic(String, String) - Method in class com.jayway.restassured.internal.AuthenticationSpecificationImpl
 
basic(String, String) - Method in class com.jayway.restassured.internal.PreemptiveAuthSpecImpl
 
basic(String, String) - Static method in class com.jayway.restassured.RestAssured
Create a http basic authentication scheme.
basic(String, String) - Method in interface com.jayway.restassured.specification.AuthenticationSpecification
Use http basic authentication.
basic(String, String) - Method in interface com.jayway.restassured.specification.PreemptiveAuthSpec
Use preemptive http basic authentication.
BasicAuthScheme - Class in com.jayway.restassured.authentication
 
BasicAuthScheme() - Constructor for class com.jayway.restassured.authentication.BasicAuthScheme
 
body(String) - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
body(byte[]) - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
body(Matcher, Matcher[]) - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl
 
body(String, Matcher, Object[]) - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl
 
body() - Method in class com.jayway.restassured.internal.RestAssuredResponseImpl
 
body() - Method in interface com.jayway.restassured.response.Response
Returns the response body
body(String) - Method in interface com.jayway.restassured.specification.RequestSpecification
Specify a String request body (such as e.g.
body(byte[]) - Method in interface com.jayway.restassured.specification.RequestSpecification
Specify a byte array request body that'll be sent with the request.
body(Matcher<?>, Matcher<?>...) - Method in interface com.jayway.restassured.specification.ResponseSpecification
Expect that the response body conforms to one or more Hamcrest matchers.
body(String, Matcher<?>, Object...) - Method in interface com.jayway.restassured.specification.ResponseSpecification
Expect that the JSON or XML response body conforms to one or more Hamcrest matchers.
BodyMatcher - Class in com.jayway.restassured.assertion
 
BodyMatcher() - Constructor for class com.jayway.restassured.assertion.BodyMatcher
 
BodyMatcherGroup - Class in com.jayway.restassured.assertion
 
BodyMatcherGroup() - Constructor for class com.jayway.restassured.assertion.BodyMatcherGroup
 
build() - Method in class com.jayway.restassured.builder.RequestSpecBuilder
Build the request specification.
build() - Method in class com.jayway.restassured.builder.ResponseSpecBuilder
Build the response specification.
buildDefaultParserMap() - Method in class com.jayway.restassured.internal.RestAssuredParserRegistry
 

C

call(Object, Object) - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl.HamcrestAssertionClosure
 
call(Object) - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl.HamcrestAssertionClosure
 
CertAuthScheme - Class in com.jayway.restassured.authentication
 
CertAuthScheme() - Constructor for class com.jayway.restassured.authentication.CertAuthScheme
 
certificate(String, String) - Method in class com.jayway.restassured.internal.AuthenticationSpecificationImpl
 
certificate(String, String) - Static method in class com.jayway.restassured.RestAssured
Sets a certificate to be used for SSL authentication.
certificate(String, String) - Method in interface com.jayway.restassured.specification.AuthenticationSpecification
Sets a certificate to be used for SSL authentication.
children() - Method in class com.jayway.restassured.internal.path.xml.NodeImpl
 
children() - Method in interface com.jayway.restassured.path.xml.element.Node
The node children
com.jayway.restassured - package com.jayway.restassured
 
com.jayway.restassured.assertion - package com.jayway.restassured.assertion
 
com.jayway.restassured.authentication - package com.jayway.restassured.authentication
 
com.jayway.restassured.builder - package com.jayway.restassured.builder
 
com.jayway.restassured.exception - package com.jayway.restassured.exception
 
com.jayway.restassured.filter - package com.jayway.restassured.filter
 
com.jayway.restassured.filter.log - package com.jayway.restassured.filter.log
 
com.jayway.restassured.internal - package com.jayway.restassured.internal
 
com.jayway.restassured.internal.filter - package com.jayway.restassured.internal.filter
 
com.jayway.restassured.internal.matcher.xml - package com.jayway.restassured.internal.matcher.xml
 
com.jayway.restassured.internal.path.xml - package com.jayway.restassured.internal.path.xml
 
com.jayway.restassured.matcher - package com.jayway.restassured.matcher
 
com.jayway.restassured.parsing - package com.jayway.restassured.parsing
 
com.jayway.restassured.path.json - package com.jayway.restassured.path.json
 
com.jayway.restassured.path.xml - package com.jayway.restassured.path.xml
 
com.jayway.restassured.path.xml.element - package com.jayway.restassured.path.xml.element
 
com.jayway.restassured.response - package com.jayway.restassured.response
 
com.jayway.restassured.specification - package com.jayway.restassured.specification
 
com.jayway.restassured.spi - package com.jayway.restassured.spi
 
containsCookie(String) - Method in class com.jayway.restassured.assertion.CookieMatcher
 
containsHeader(Object) - Method in class com.jayway.restassured.assertion.HeaderMatcher
 
containsMatchers() - Method in class com.jayway.restassured.assertion.BodyMatcherGroup
 
content(String) - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
content(byte[]) - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
content(Matcher, Matcher[]) - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl
 
content(String, Matcher, Object[]) - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl
 
content(String) - Method in interface com.jayway.restassured.specification.RequestSpecification
Specify a String request content (such as e.g.
content(byte[]) - Method in interface com.jayway.restassured.specification.RequestSpecification
Specify a byte array request content that'll be sent with the request.
content(Matcher<?>, Matcher<?>...) - Method in interface com.jayway.restassured.specification.ResponseSpecification
Expect that the response content conforms to one or more Hamcrest matchers.
content(String, Matcher<?>, Object...) - Method in interface com.jayway.restassured.specification.ResponseSpecification
Expect that the JSON or XML response content conforms to one or more Hamcrest matchers.
contentType(ContentType) - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
contentType(String) - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
contentType(ContentType) - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl
 
contentType(String) - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl
 
contentType() - Method in class com.jayway.restassured.internal.RestAssuredResponseImpl
 
contentType() - Method in interface com.jayway.restassured.response.Response
Get the content type of the response
contentType(ContentType) - Method in interface com.jayway.restassured.specification.RequestSpecification
Specify the content type of the request.
contentType(String) - Method in interface com.jayway.restassured.specification.RequestSpecification
Specify the content type of the request.
contentType(ContentType) - Method in interface com.jayway.restassured.specification.ResponseSpecification
Set the response content type to be contentType.
contentType(String) - Method in interface com.jayway.restassured.specification.ResponseSpecification
Set the response content type to be contentType.
cookie(String, String) - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
cookie(String) - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
cookie(String, Matcher<String>) - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl
 
cookie(String) - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl
 
cookie(String, String) - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl
 
cookie(String) - Method in class com.jayway.restassured.internal.RestAssuredResponseImpl
 
cookie(String) - Method in interface com.jayway.restassured.response.Response
Get a single cookie value associated with the given name.
cookie(String, String) - Method in interface com.jayway.restassured.specification.RequestSpecification
Specify a cookie that'll be sent with the request e.g:
cookie(String) - Method in interface com.jayway.restassured.specification.RequestSpecification
Specify a cookie with no value that'll be sent with the request e.g:
cookie(String) - Method in interface com.jayway.restassured.specification.ResponseSpecification
Expect that a cookie exist in the response, regardless of value (it may have no value at all).
cookie(String, Matcher<String>) - Method in interface com.jayway.restassured.specification.ResponseSpecification
Expect that a response cookie matches the supplied cookie name and hamcrest matcher.
cookie(String, String) - Method in interface com.jayway.restassured.specification.ResponseSpecification
Expect that a response cookie matches the supplied name and value.
CookieMatcher - Class in com.jayway.restassured.assertion
 
CookieMatcher() - Constructor for class com.jayway.restassured.assertion.CookieMatcher
 
cookies(String, String[]) - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
cookies(Map<String, String>) - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
cookies(Map<String, Object>) - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl
 
cookies(String, Object[]) - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl
 
cookies() - Method in class com.jayway.restassured.internal.RestAssuredResponseImpl
 
cookies() - Method in interface com.jayway.restassured.response.Response
The response cookies.
cookies(String, String...) - Method in interface com.jayway.restassured.specification.RequestSpecification
Specify the cookies that'll be sent with the request.
cookies(Map<String, String>) - Method in interface com.jayway.restassured.specification.RequestSpecification
Specify the cookies that'll be sent with the request as Map e.g:
cookies(Map<String, Object>) - Method in interface com.jayway.restassured.specification.ResponseSpecification
Expect that response cookies matches those specified in a Map.
cookies(String, Object...) - Method in interface com.jayway.restassured.specification.ResponseSpecification
Expect that response cookies matches the supplied cookie names and values.
createAssertionForCustomParser(String, Object) - Static method in class com.jayway.restassured.assertion.StreamVerifier
 
createMapFromObjects(Object[]) - Static method in class com.jayway.restassured.internal.MapCreator
 
createMapFromStrings(String, Object[]) - Static method in class com.jayway.restassured.internal.MapCreator
 

D

DEFAULT_AUTH - Static variable in class com.jayway.restassured.RestAssured
 
DEFAULT_BODY_ROOT_PATH - Static variable in class com.jayway.restassured.RestAssured
 
DEFAULT_PATH - Static variable in class com.jayway.restassured.RestAssured
 
DEFAULT_PORT - Static variable in class com.jayway.restassured.RestAssured
 
DEFAULT_URI - Static variable in class com.jayway.restassured.RestAssured
 
delete(String) - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
delete(String) - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl
 
delete(String) - Method in class com.jayway.restassured.internal.TestSpecificationImpl
 
delete(String) - Static method in class com.jayway.restassured.RestAssured
Perform a DELETE request to a path.
delete(String) - Method in interface com.jayway.restassured.specification.RequestSender
Perform a DELETE request to a path.
describeTo(Description) - Method in class com.jayway.restassured.internal.matcher.xml.XmlDtdMatcher
 
describeTo(Description) - Method in class com.jayway.restassured.internal.matcher.xml.XmlXsdMatcher
 
description() - Method in interface com.jayway.restassured.assertion.Assertion
 
description() - Method in class com.jayway.restassured.assertion.JSONAssertion
 
description() - Method in class com.jayway.restassured.assertion.XMLAssertion
 
digest(String, String) - Method in class com.jayway.restassured.internal.AuthenticationSpecificationImpl
 
digest(String, String) - Static method in class com.jayway.restassured.RestAssured
Use http digest authentication.
digest(String, String) - Method in interface com.jayway.restassured.specification.AuthenticationSpecification
Use http digest authentication.

E

errorLogger() - Static method in class com.jayway.restassured.filter.log.ErrorLoggingFilter
Create a new error logging filter without using the "new" operator.
ErrorLoggingFilter - Class in com.jayway.restassured.filter.log
A filter that'll print the response body if an error occurred (status code is between 400 and 500).
ErrorLoggingFilter() - Constructor for class com.jayway.restassured.filter.log.ErrorLoggingFilter
Log to system out
ErrorLoggingFilter(PrintStream) - Constructor for class com.jayway.restassured.filter.log.ErrorLoggingFilter
Instantiate a error logger using a specific print stream
escapeMinus(Object) - Static method in class com.jayway.restassured.assertion.AssertionSupport
 
expect() - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
expect() - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl
 
expect() - Static method in class com.jayway.restassured.RestAssured
Start building the response part of the test com.jayway.restassured.specification.
expect() - Method in interface com.jayway.restassured.specification.RequestSpecification
Returns the response specification so that you can setup the expectations on the response.
expect() - Method in interface com.jayway.restassured.specification.ResponseSpecification
Syntactic sugar, e.g.
expectBody(Matcher<?>) - Method in class com.jayway.restassured.builder.ResponseSpecBuilder
Expect that the response content conforms to one or more Hamcrest matchers.
expectBody(String, Matcher<?>) - Method in class com.jayway.restassured.builder.ResponseSpecBuilder
Expect that the JSON or XML response content conforms to one or more Hamcrest matchers.
expectContent(Matcher<?>) - Method in class com.jayway.restassured.builder.ResponseSpecBuilder
Expect that the response content conforms to one or more Hamcrest matchers.
expectContent(String, Matcher<?>) - Method in class com.jayway.restassured.builder.ResponseSpecBuilder
Expect that the JSON or XML response content conforms to one or more Hamcrest matchers.
expectContentType(ContentType) - Method in class com.jayway.restassured.builder.ResponseSpecBuilder
Set the response content type to be contentType.
expectContentType(String) - Method in class com.jayway.restassured.builder.ResponseSpecBuilder
Set the response content type to be contentType.
expectCookie(String, Matcher<String>) - Method in class com.jayway.restassured.builder.ResponseSpecBuilder
Expect that a response cookie matches the supplied cookie name and hamcrest matcher.
expectCookie(String, String) - Method in class com.jayway.restassured.builder.ResponseSpecBuilder
Expect that a response cookie matches the supplied name and value.
expectCookie(String) - Method in class com.jayway.restassured.builder.ResponseSpecBuilder
Expect that a cookie exist in the response, regardless of value (it may have no value at all).
expectCookies(Map<String, Object>) - Method in class com.jayway.restassured.builder.ResponseSpecBuilder
Expect that response cookies matches those specified in a Map.
expectHeader(String, Matcher<String>) - Method in class com.jayway.restassured.builder.ResponseSpecBuilder
Expect that a response header matches the supplied header name and hamcrest matcher.
expectHeader(String, String) - Method in class com.jayway.restassured.builder.ResponseSpecBuilder
Expect that a response header matches the supplied name and value.
expectHeaders(Map<String, Object>) - Method in class com.jayway.restassured.builder.ResponseSpecBuilder
Expect that response headers matches those specified in a Map.
expectStatusCode(Matcher<Integer>) - Method in class com.jayway.restassured.builder.ResponseSpecBuilder
Expect that the response status code matches the given Hamcrest matcher.
expectStatusCode(int) - Method in class com.jayway.restassured.builder.ResponseSpecBuilder
Expect that the response status code matches an integer.
expectStatusLine(Matcher<String>) - Method in class com.jayway.restassured.builder.ResponseSpecBuilder
Expect that the response status line matches the given Hamcrest matcher.
expectStatusLine(String) - Method in class com.jayway.restassured.builder.ResponseSpecBuilder
Expect that the response status line matches the given String.
ExplicitNoAuthScheme - Class in com.jayway.restassured.authentication
 
ExplicitNoAuthScheme() - Constructor for class com.jayway.restassured.authentication.ExplicitNoAuthScheme
 

F

fallbackToResponseBodyIfContentHasAlreadyBeenRead(Response, Object) - Method in class com.jayway.restassured.assertion.BodyMatcher
 
Filter - Interface in com.jayway.restassured.filter
A filter allows you to inspect and alter a request before it's actually committed and also inspect and alter the response before it's returned to the expectations.
filter(FilterableRequestSpecification, FilterableResponseSpecification, FilterContext) - Method in interface com.jayway.restassured.filter.Filter
Filter the incoming request and response specifications and outgoing response.
filter(FilterableRequestSpecification, FilterableResponseSpecification, FilterContext) - Method in class com.jayway.restassured.internal.filter.FormAuthFilter
 
filter(FilterableRequestSpecification, FilterableResponseSpecification, FilterContext) - Method in class com.jayway.restassured.internal.filter.RootFilter
 
filter(Filter) - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
filter(Filter) - Method in interface com.jayway.restassured.specification.RequestSpecification
Add a filter that will be used in the request.
FilterableRequestSpecification - Interface in com.jayway.restassured.specification
A request specification that also supports getting the defined values.
FilterableResponseSpecification - Interface in com.jayway.restassured.specification
A response specification that also supports getting the defined values.
FilterContext - Interface in com.jayway.restassured.filter
Provides the functionality to set properties, sending requests and continue the filter chain.
FilterContextImpl - Class in com.jayway.restassured.internal.filter
 
FilterContextImpl(String, Method, Object, List<Filter>) - Constructor for class com.jayway.restassured.internal.filter.FilterContextImpl
 
filters(List<Filter>) - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
filters(List<Filter>) - Static method in class com.jayway.restassured.RestAssured
The the default filters to apply to each request.
filters() - Static method in class com.jayway.restassured.RestAssured
 
filters(List<Filter>) - Method in interface com.jayway.restassured.specification.RequestSpecification
Add filters that will be used in the request.
form(String, String) - Method in class com.jayway.restassured.internal.AuthenticationSpecificationImpl
 
form(String, String, FormAuthConfig) - Method in class com.jayway.restassured.internal.AuthenticationSpecificationImpl
 
form(String, String) - Static method in class com.jayway.restassured.RestAssured
Use form authentication.
form(String, String, FormAuthConfig) - Static method in class com.jayway.restassured.RestAssured
Use form authentication with the supplied configuration.
form(String, String) - Method in interface com.jayway.restassured.specification.AuthenticationSpecification
Use form authentication.
form(String, String, FormAuthConfig) - Method in interface com.jayway.restassured.specification.AuthenticationSpecification
Use form authentication with the supplied configuration.
FormAuthConfig - Class in com.jayway.restassured.authentication
Configuration of form authentication to correctly identify which form that contains the username and password and the action of the form.
FormAuthConfig(String, String, String) - Constructor for class com.jayway.restassured.authentication.FormAuthConfig
Create a form auth config with a pre-defined form action, username input tag, password input tag.
FormAuthFilter - Class in com.jayway.restassured.internal.filter
 
FormAuthFilter() - Constructor for class com.jayway.restassured.internal.filter.FormAuthFilter
 
FormAuthScheme - Class in com.jayway.restassured.authentication
 
FormAuthScheme() - Constructor for class com.jayway.restassured.authentication.FormAuthScheme
 
from(InputStream) - Static method in class com.jayway.restassured.path.json.JsonPath
Instantiate a new JsonPath instance.
from(String) - Static method in class com.jayway.restassured.path.json.JsonPath
Instantiate a new JsonPath instance.
from(File) - Static method in class com.jayway.restassured.path.json.JsonPath
Instantiate a new JsonPath instance.
from(Reader) - Static method in class com.jayway.restassured.path.json.JsonPath
Instantiate a new JsonPath instance.
from(URL) - Static method in class com.jayway.restassured.path.json.JsonPath
Instantiate a new JsonPath instance.
from(InputStream) - Static method in class com.jayway.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
from(String) - Static method in class com.jayway.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
from(InputSource) - Static method in class com.jayway.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
from(File) - Static method in class com.jayway.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
from(Reader) - Static method in class com.jayway.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
from(URI) - Static method in class com.jayway.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
fromMimeType(String) - Static method in enum com.jayway.restassured.parsing.Parser
 

G

generateAuthToken() - Method in class com.jayway.restassured.authentication.PreemptiveBasicAuthScheme
 
generateWhitespace(int) - Static method in class com.jayway.restassured.assertion.AssertionSupport
 
get(String) - Method in class com.jayway.restassured.internal.path.xml.NodeBase
 
get(String, Object, boolean) - Method in class com.jayway.restassured.internal.path.xml.NodeBase
 
get(int) - Method in class com.jayway.restassured.internal.path.xml.NodeChildrenImpl
 
get(String) - Method in class com.jayway.restassured.internal.path.xml.NodeChildrenImpl
 
get(String) - Method in class com.jayway.restassured.internal.path.xml.NodeImpl
 
get(String) - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
get(String) - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl
 
get(String) - Method in class com.jayway.restassured.internal.TestSpecificationImpl
 
get(String) - Method in class com.jayway.restassured.path.json.JsonPath
Get the result of an JSON path expression as a boolean.
get(int) - Method in interface com.jayway.restassured.path.xml.element.NodeChildren
The the Node on the nth index
get(String) - Method in interface com.jayway.restassured.path.xml.element.PathElement
Get a value from the current XML object.
get(String) - Method in class com.jayway.restassured.path.xml.XmlPath
Get the result of an XML path expression.
get(String) - Static method in class com.jayway.restassured.RestAssured
Perform a GET request to a path.
get(String) - Method in interface com.jayway.restassured.specification.RequestSender
Perform a GET request to a path.
getAccessToken() - Method in class com.jayway.restassured.authentication.OAuthScheme
 
getAssertionClosure() - Method in class com.jayway.restassured.internal.filter.FilterContextImpl
 
getAttribute(String) - Method in class com.jayway.restassured.internal.path.xml.NodeImpl
 
getAttribute(String) - Method in interface com.jayway.restassured.path.xml.element.Node
Get the value of an attribute.
getAttributes() - Method in class com.jayway.restassured.assertion.XmlEntity
 
getAttributes() - Method in class com.jayway.restassured.internal.path.xml.NodeImpl
 
getAuthenticationScheme() - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
getAuthenticationScheme() - Method in interface com.jayway.restassured.specification.FilterableRequestSpecification
 
getBasePath() - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
getBasePath() - Method in interface com.jayway.restassured.specification.FilterableRequestSpecification
 
getBaseUri() - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
getBaseUri() - Method in interface com.jayway.restassured.specification.FilterableRequestSpecification
 
getBody() - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
getBody() - Method in class com.jayway.restassured.internal.RestAssuredResponseImpl
 
getBody() - Method in interface com.jayway.restassured.response.Response
Returns the response body
getBody() - Method in interface com.jayway.restassured.specification.FilterableRequestSpecification
 
getBoolean(String) - Method in class com.jayway.restassured.internal.path.xml.NodeImpl
 
getBoolean(String) - Method in class com.jayway.restassured.path.json.JsonPath
Get the result of an JSON path expression as a boolean
getBoolean(String) - Method in class com.jayway.restassured.path.xml.XmlPath
Get the result of an XML path expression as a boolean.
getByte(String) - Method in class com.jayway.restassured.internal.path.xml.NodeImpl
 
getByte(String) - Method in class com.jayway.restassured.path.json.JsonPath
Get the result of an JSON path expression as a byte.
getByte(String) - Method in class com.jayway.restassured.path.xml.XmlPath
Get the result of an XML path expression as a byte.
getCertURL() - Method in class com.jayway.restassured.authentication.CertAuthScheme
 
getChar(String) - Method in class com.jayway.restassured.internal.path.xml.NodeImpl
 
getChar(String) - Method in class com.jayway.restassured.path.json.JsonPath
Get the result of an JSON path expression as a char.
getChar(String) - Method in class com.jayway.restassured.path.xml.XmlPath
Get the result of an XML path expression as a char.
getChildren() - Method in class com.jayway.restassured.assertion.XmlEntity
 
getChildren() - Method in class com.jayway.restassured.internal.path.xml.NodeImpl
 
getClosure() - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl.HamcrestAssertionClosure
 
getConfig() - Method in class com.jayway.restassured.internal.filter.FormAuthFilter
 
getConsumerKey() - Method in class com.jayway.restassured.authentication.OAuthScheme
 
getConsumerSecret() - Method in class com.jayway.restassured.authentication.OAuthScheme
 
getContent() - Method in class com.jayway.restassured.internal.RestAssuredResponseImpl
 
getContentType() - Method in class com.jayway.restassured.internal.RestAssuredResponseImpl
 
getContentType() - Method in interface com.jayway.restassured.response.Response
Get the content type of the response
getCookie(String) - Method in class com.jayway.restassured.internal.RestAssuredResponseImpl
 
getCookie(String) - Method in interface com.jayway.restassured.response.Response
Get a single cookie value associated with the given name.
getCookieMap(String) - Static method in class com.jayway.restassured.assertion.CookieMatcher
 
getCookieName() - Method in class com.jayway.restassured.assertion.CookieMatcher
 
getCookies() - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
getCookies() - Method in class com.jayway.restassured.internal.RestAssuredResponseImpl
 
getCookies() - Method in interface com.jayway.restassured.response.Response
The response cookies.
getCookies() - Method in interface com.jayway.restassured.specification.FilterableRequestSpecification
 
getDefinedFilters() - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
getDefinedFilters() - Method in interface com.jayway.restassured.specification.FilterableRequestSpecification
 
getDescription() - Method in class com.jayway.restassured.assertion.BodyMatcher
 
getDescriptions() - Method in class com.jayway.restassured.assertion.BodyMatcherGroup
 
getDouble(String) - Method in class com.jayway.restassured.internal.path.xml.NodeImpl
 
getDouble(String) - Method in class com.jayway.restassured.path.json.JsonPath
Get the result of an JSON path expression as a double.
getDouble(String) - Method in class com.jayway.restassured.path.xml.XmlPath
Get the result of an XML path expression as a double.
getDtd() - Method in class com.jayway.restassured.internal.matcher.xml.XmlDtdMatcher
 
getFloat(String) - Method in class com.jayway.restassured.internal.path.xml.NodeImpl
 
getFloat(String) - Method in class com.jayway.restassured.path.json.JsonPath
Get the result of an JSON path expression as a float.
getFloat(String) - Method in class com.jayway.restassured.path.xml.XmlPath
Get the result of an XML path expression as a float.
getFormAction() - Method in class com.jayway.restassured.authentication.FormAuthConfig
 
getHasNext() - Method in class com.jayway.restassured.internal.path.xml.NodeImpl.ValueIterator
 
getHeader(String) - Method in class com.jayway.restassured.internal.RestAssuredResponseImpl
 
getHeader(String) - Method in interface com.jayway.restassured.response.Response
Get a single header value associated with the given name.
getHeaderName() - Method in class com.jayway.restassured.assertion.HeaderMatcher
 
getHeaders() - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
getHeaders() - Method in class com.jayway.restassured.internal.RestAssuredResponseImpl
 
getHeaders() - Method in interface com.jayway.restassured.response.Response
The response headers.
getHeaders() - Method in interface com.jayway.restassured.specification.FilterableRequestSpecification
 
getInt(String) - Method in class com.jayway.restassured.internal.path.xml.NodeImpl
 
getInt(String) - Method in class com.jayway.restassured.path.json.JsonPath
Get the result of an JSON path expression as an int.
getInt(String) - Method in class com.jayway.restassured.path.xml.XmlPath
Get the result of an XML path expression as an int.
getIterator() - Method in class com.jayway.restassured.internal.path.xml.NodeChildrenImpl.NodeListIterator
 
getKey() - Method in class com.jayway.restassured.assertion.BodyMatcher
 
getKey() - Method in class com.jayway.restassured.assertion.JSONAssertion
 
getKey() - Method in class com.jayway.restassured.assertion.XMLAssertion
 
getList(String) - Method in class com.jayway.restassured.internal.path.xml.NodeBase
 
getList(String) - Method in class com.jayway.restassured.internal.path.xml.NodeChildrenImpl
 
getList(String) - Method in class com.jayway.restassured.internal.path.xml.NodeImpl
 
getList(String) - Method in class com.jayway.restassured.path.json.JsonPath
Get the result of an JSON path expression as a list.
getList(String, Class<T>) - Method in class com.jayway.restassured.path.json.JsonPath
Get the result of an JSON path expression as a list.
getList(String) - Method in class com.jayway.restassured.path.xml.XmlPath
Get the result of an XML path expression as a list.
getList(String, Class<T>) - Method in class com.jayway.restassured.path.xml.XmlPath
Get the result of an XML path expression as a list.
getLong(String) - Method in class com.jayway.restassured.internal.path.xml.NodeImpl
 
getLong(String) - Method in class com.jayway.restassured.path.json.JsonPath
Get the result of an JSON path expression as a long.
getLong(String) - Method in class com.jayway.restassured.path.xml.XmlPath
Get the result of an XML path expression as a long.
getMap(String) - Method in class com.jayway.restassured.path.json.JsonPath
Get the result of an JSON path expression as a map.
getMap(String, Class<K>, Class<V>) - Method in class com.jayway.restassured.path.json.JsonPath
Get the result of an JSON path expression as a map.
getMap(String) - Method in class com.jayway.restassured.path.xml.XmlPath
Get the result of an XML path expression as a map.
getMap(String, Class<K>, Class<V>) - Method in class com.jayway.restassured.path.xml.XmlPath
Get the result of an XML path expression as a map.
getMatcher() - Method in class com.jayway.restassured.assertion.BodyMatcher
 
getMatcher() - Method in class com.jayway.restassured.assertion.CookieMatcher
 
getMatcher() - Method in class com.jayway.restassured.assertion.HeaderMatcher
 
getMetaClass() - Method in class com.jayway.restassured.assertion.AssertionSupport
 
getMetaClass() - Method in class com.jayway.restassured.assertion.AssertParameter
 
getMetaClass() - Method in class com.jayway.restassured.assertion.BodyMatcher
 
getMetaClass() - Method in class com.jayway.restassured.assertion.BodyMatcherGroup
 
getMetaClass() - Method in class com.jayway.restassured.assertion.CookieMatcher
 
getMetaClass() - Method in class com.jayway.restassured.assertion.HeaderMatcher
 
getMetaClass() - Method in class com.jayway.restassured.assertion.JSONAssertion
 
getMetaClass() - Method in class com.jayway.restassured.assertion.StreamVerifier
 
getMetaClass() - Method in class com.jayway.restassured.assertion.XMLAssertion
 
getMetaClass() - Method in class com.jayway.restassured.assertion.XmlEntity
 
getMetaClass() - Method in class com.jayway.restassured.authentication.BasicAuthScheme
 
getMetaClass() - Method in class com.jayway.restassured.authentication.CertAuthScheme
 
getMetaClass() - Method in class com.jayway.restassured.authentication.ExplicitNoAuthScheme
 
getMetaClass() - Method in class com.jayway.restassured.authentication.FormAuthScheme
 
getMetaClass() - Method in class com.jayway.restassured.authentication.NoAuthScheme
 
getMetaClass() - Method in class com.jayway.restassured.authentication.OAuthScheme
 
getMetaClass() - Method in class com.jayway.restassured.authentication.PreemptiveBasicAuthScheme
 
getMetaClass() - Method in class com.jayway.restassured.internal.AuthenticationSpecificationImpl
 
getMetaClass() - Method in class com.jayway.restassured.internal.filter.FilterContextImpl
 
getMetaClass() - Method in class com.jayway.restassured.internal.filter.FormAuthFilter
 
getMetaClass() - Method in class com.jayway.restassured.internal.filter.RootFilter
 
getMetaClass() - Method in class com.jayway.restassured.internal.MapCreator
 
getMetaClass() - Method in class com.jayway.restassured.internal.matcher.xml.XmlDtdMatcher
 
getMetaClass() - Method in class com.jayway.restassured.internal.matcher.xml.XmlXsdMatcher
 
getMetaClass() - Method in class com.jayway.restassured.internal.path.xml.NodeBase
 
getMetaClass() - Method in class com.jayway.restassured.internal.path.xml.NodeChildrenImpl
 
getMetaClass() - Method in class com.jayway.restassured.internal.path.xml.NodeChildrenImpl.NodeListIterator
 
getMetaClass() - Method in class com.jayway.restassured.internal.path.xml.NodeImpl
 
getMetaClass() - Method in class com.jayway.restassured.internal.path.xml.NodeImpl.ValueIterator
 
getMetaClass() - Method in class com.jayway.restassured.internal.PreemptiveAuthSpecImpl
 
getMetaClass() - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
getMetaClass() - Method in class com.jayway.restassured.internal.ResponseParserRegistrar
 
getMetaClass() - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl
 
getMetaClass() - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl.HamcrestAssertionClosure
 
getMetaClass() - Method in class com.jayway.restassured.internal.RestAssuredParserRegistry
 
getMetaClass() - Method in class com.jayway.restassured.internal.RestAssuredResponseImpl
 
getMetaClass() - Method in class com.jayway.restassured.internal.SpecificationMerger
 
getMetaClass() - Method in class com.jayway.restassured.internal.TestSpecificationImpl
 
getMimeType() - Method in enum com.jayway.restassured.parsing.Parser
 
getName() - Method in class com.jayway.restassured.internal.path.xml.NodeImpl
 
getNode(String) - Method in class com.jayway.restassured.internal.path.xml.NodeBase
 
getNode(String) - Method in interface com.jayway.restassured.path.xml.element.PathElement
Get a Node whose name matches the supplied name from the current XML object.
getNodeList() - Method in class com.jayway.restassured.internal.path.xml.NodeChildrenImpl
 
getNodes(String) - Method in class com.jayway.restassured.internal.path.xml.NodeBase
 
getNodes(String) - Method in interface com.jayway.restassured.path.xml.element.PathElement
Get a list of Node's whose name matches the supplied name from the current XML object.
getParser(String) - Static method in class com.jayway.restassured.internal.ResponseParserRegistrar
 
getPassword() - Method in class com.jayway.restassured.authentication.BasicAuthScheme
 
getPassword() - Method in class com.jayway.restassured.authentication.CertAuthScheme
 
getPassword() - Method in class com.jayway.restassured.authentication.PreemptiveBasicAuthScheme
 
getPassword() - Method in class com.jayway.restassured.internal.filter.FormAuthFilter
 
getPasswordInputTagName() - Method in class com.jayway.restassured.authentication.FormAuthConfig
 
getPort() - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
getPort() - Method in interface com.jayway.restassured.specification.FilterableRequestSpecification
 
getProperties() - Method in class com.jayway.restassured.internal.filter.FilterContextImpl
 
getProperty(String) - Method in class com.jayway.restassured.assertion.AssertionSupport
 
getProperty(String) - Method in class com.jayway.restassured.assertion.AssertParameter
 
getProperty(String) - Method in class com.jayway.restassured.assertion.BodyMatcher
 
getProperty(String) - Method in class com.jayway.restassured.assertion.BodyMatcherGroup
 
getProperty(String) - Method in class com.jayway.restassured.assertion.CookieMatcher
 
getProperty(String) - Method in class com.jayway.restassured.assertion.HeaderMatcher
 
getProperty(String) - Method in class com.jayway.restassured.assertion.JSONAssertion
 
getProperty(String) - Method in class com.jayway.restassured.assertion.StreamVerifier
 
getProperty(String) - Method in class com.jayway.restassured.assertion.XMLAssertion
 
getProperty(String) - Method in class com.jayway.restassured.assertion.XmlEntity
 
getProperty(String) - Method in class com.jayway.restassured.authentication.BasicAuthScheme
 
getProperty(String) - Method in class com.jayway.restassured.authentication.CertAuthScheme
 
getProperty(String) - Method in class com.jayway.restassured.authentication.ExplicitNoAuthScheme
 
getProperty(String) - Method in class com.jayway.restassured.authentication.FormAuthScheme
 
getProperty(String) - Method in class com.jayway.restassured.authentication.NoAuthScheme
 
getProperty(String) - Method in class com.jayway.restassured.authentication.OAuthScheme
 
getProperty(String) - Method in class com.jayway.restassured.authentication.PreemptiveBasicAuthScheme
 
getProperty(String) - Method in class com.jayway.restassured.internal.AuthenticationSpecificationImpl
 
getProperty(String) - Method in class com.jayway.restassured.internal.filter.FilterContextImpl
 
getProperty(String) - Method in class com.jayway.restassured.internal.filter.FormAuthFilter
 
getProperty(String) - Method in class com.jayway.restassured.internal.filter.RootFilter
 
getProperty(String) - Method in class com.jayway.restassured.internal.MapCreator
 
getProperty(String) - Method in class com.jayway.restassured.internal.matcher.xml.XmlDtdMatcher
 
getProperty(String) - Method in class com.jayway.restassured.internal.matcher.xml.XmlXsdMatcher
 
getProperty(String) - Method in class com.jayway.restassured.internal.path.xml.NodeBase
 
getProperty(String) - Method in class com.jayway.restassured.internal.path.xml.NodeChildrenImpl
 
getProperty(String) - Method in class com.jayway.restassured.internal.path.xml.NodeChildrenImpl.NodeListIterator
 
getProperty(String) - Method in class com.jayway.restassured.internal.path.xml.NodeImpl
 
getProperty(String) - Method in class com.jayway.restassured.internal.path.xml.NodeImpl.ValueIterator
 
getProperty(String) - Method in class com.jayway.restassured.internal.PreemptiveAuthSpecImpl
 
getProperty(String) - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
getProperty(String) - Method in class com.jayway.restassured.internal.ResponseParserRegistrar
 
getProperty(String) - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl
 
getProperty(String) - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl.HamcrestAssertionClosure
 
getProperty(String) - Method in class com.jayway.restassured.internal.RestAssuredParserRegistry
 
getProperty(String) - Method in class com.jayway.restassured.internal.RestAssuredResponseImpl
 
getProperty(String) - Method in class com.jayway.restassured.internal.SpecificationMerger
 
getProperty(String) - Method in class com.jayway.restassured.internal.TestSpecificationImpl
 
getQueryParams() - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
getQueryParams() - Method in interface com.jayway.restassured.specification.FilterableRequestSpecification
 
getRequestContentType() - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
getRequestContentType() - Method in interface com.jayway.restassured.specification.FilterableRequestSpecification
 
getRequestMethod() - Method in interface com.jayway.restassured.filter.FilterContext
 
getRequestMethod() - Method in class com.jayway.restassured.internal.filter.FilterContextImpl
 
getRequestParams() - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
getRequestParams() - Method in interface com.jayway.restassured.specification.FilterableRequestSpecification
 
getRequestPath() - Method in interface com.jayway.restassured.filter.FilterContext
 
getRequestPath() - Method in class com.jayway.restassured.internal.filter.FilterContextImpl
 
getRequestSpecification() - Method in class com.jayway.restassured.internal.TestSpecificationImpl
 
getResponseContentType() - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl
 
getResponseContentType() - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl.HamcrestAssertionClosure
 
getResponseContentType() - Method in interface com.jayway.restassured.specification.FilterableResponseSpecification
 
getResponseHeaders() - Method in class com.jayway.restassured.internal.RestAssuredResponseImpl
 
getResponseSpecification() - Static method in class com.jayway.restassured.internal.RestAssuredParserRegistry
 
getResponseSpecification() - Method in class com.jayway.restassured.internal.TestSpecificationImpl
 
getResult(Object) - Method in interface com.jayway.restassured.assertion.Assertion
 
getResult(Object) - Method in class com.jayway.restassured.assertion.JSONAssertion
 
getResult(Object) - Method in class com.jayway.restassured.assertion.XMLAssertion
 
getRootPath() - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl
 
getRootPath() - Method in interface com.jayway.restassured.specification.FilterableResponseSpecification
 
getSecretToken() - Method in class com.jayway.restassured.authentication.OAuthScheme
 
getShort(String) - Method in class com.jayway.restassured.internal.path.xml.NodeImpl
 
getShort(String) - Method in class com.jayway.restassured.path.json.JsonPath
Get the result of an JSON path expression as a short.
getShort(String) - Method in class com.jayway.restassured.path.xml.XmlPath
Get the result of an XML path expression as a short.
getStatusCode() - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl
 
getStatusCode() - Method in class com.jayway.restassured.internal.RestAssuredResponseImpl
 
getStatusCode() - Method in interface com.jayway.restassured.response.Response
Get the status code of the response.
getStatusCode() - Method in interface com.jayway.restassured.specification.FilterableResponseSpecification
 
getStatusLine() - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl
 
getStatusLine() - Method in class com.jayway.restassured.internal.RestAssuredResponseImpl
 
getStatusLine() - Method in interface com.jayway.restassured.response.Response
Get the status line of the response.
getStatusLine() - Method in interface com.jayway.restassured.specification.FilterableResponseSpecification
 
getString(String) - Method in class com.jayway.restassured.path.json.JsonPath
Get the result of an JSON path expression as a string.
getString(String) - Method in class com.jayway.restassured.path.xml.XmlPath
Get the result of an XML path expression as a string.
getToUpperCase() - Method in class com.jayway.restassured.assertion.XMLAssertion
 
getUserInputTagName() - Method in class com.jayway.restassured.authentication.FormAuthConfig
 
getUserName() - Method in class com.jayway.restassured.authentication.BasicAuthScheme
 
getUserName() - Method in class com.jayway.restassured.authentication.PreemptiveBasicAuthScheme
 
getUserName() - Method in class com.jayway.restassured.internal.filter.FormAuthFilter
 
getValue(String) - Method in interface com.jayway.restassured.filter.FilterContext
Get a value
getValue(String) - Method in class com.jayway.restassured.internal.filter.FilterContextImpl
 
getValue() - Method in class com.jayway.restassured.internal.path.xml.NodeImpl
 
getXsd() - Method in class com.jayway.restassured.internal.matcher.xml.XmlXsdMatcher
 
given() - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
given() - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl
 
given(String) - Static method in class com.jayway.restassured.path.json.JsonPath
Instantiate a new JsonPath instance.
given(InputStream) - Static method in class com.jayway.restassured.path.json.JsonPath
Instantiate a new JsonPath instance.
given(File) - Static method in class com.jayway.restassured.path.json.JsonPath
Instantiate a new JsonPath instance.
given(Reader) - Static method in class com.jayway.restassured.path.json.JsonPath
Instantiate a new JsonPath instance.
given(URL) - Static method in class com.jayway.restassured.path.json.JsonPath
Instantiate a new JsonPath instance.
given(String) - Static method in class com.jayway.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
given(InputStream) - Static method in class com.jayway.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
given(InputSource) - Static method in class com.jayway.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
given(File) - Static method in class com.jayway.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
given(Reader) - Static method in class com.jayway.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
given(URI) - Static method in class com.jayway.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
given() - Static method in class com.jayway.restassured.RestAssured
Start building the request part of the test com.jayway.restassured.specification.
given(RequestSpecification, ResponseSpecification) - Static method in class com.jayway.restassured.RestAssured
When you have long specifications it can be better to split up the definition of response and request specifications in multiple lines.
given() - Method in interface com.jayway.restassured.specification.RequestSpecification
Syntactic sugar, e.g.
given() - Method in interface com.jayway.restassured.specification.ResponseSpecification
Returns the request com.jayway.restassured.specification so that you can define the properties of the request.

H

hasAssertionsDefined() - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl
 
hasCookieAssertions() - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl
 
hasCookieAssertions() - Method in interface com.jayway.restassured.specification.FilterableResponseSpecification
 
hasHeaderAssertions() - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl
 
hasHeaderAssertions() - Method in interface com.jayway.restassured.specification.FilterableResponseSpecification
 
hasNext() - Method in class com.jayway.restassured.internal.path.xml.NodeChildrenImpl.NodeListIterator
 
hasNext() - Method in class com.jayway.restassured.internal.path.xml.NodeImpl.ValueIterator
 
head(String) - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
head(String) - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl
 
head(String) - Method in class com.jayway.restassured.internal.TestSpecificationImpl
 
head(String) - Static method in class com.jayway.restassured.RestAssured
Perform a HEAD request to a path.
head(String) - Method in interface com.jayway.restassured.specification.RequestSender
Perform a HEAD request to a path.
header(String, String) - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
header(String, Matcher<String>) - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl
 
header(String, String) - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl
 
header(String) - Method in class com.jayway.restassured.internal.RestAssuredResponseImpl
 
header(String) - Method in interface com.jayway.restassured.response.Response
Get a single header value associated with the given name.
header(String, String) - Method in interface com.jayway.restassured.specification.RequestSpecification
Specify a header that'll be sent with the request e.g:
header(String, Matcher<String>) - Method in interface com.jayway.restassured.specification.ResponseSpecification
Expect that a response header matches the supplied header name and hamcrest matcher.
header(String, String) - Method in interface com.jayway.restassured.specification.ResponseSpecification
Expect that a response header matches the supplied name and value.
HeaderMatcher - Class in com.jayway.restassured.assertion
 
HeaderMatcher() - Constructor for class com.jayway.restassured.assertion.HeaderMatcher
 
headers(Map<String, String>) - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
headers(String, String[]) - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
headers(Map<String, Object>) - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl
 
headers(String, Object[]) - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl
 
headers() - Method in class com.jayway.restassured.internal.RestAssuredResponseImpl
 
headers() - Method in interface com.jayway.restassured.response.Response
The response headers.
headers(String, String...) - Method in interface com.jayway.restassured.specification.RequestSpecification
Specify the headers that'll be sent with the request.
headers(Map<String, String>) - Method in interface com.jayway.restassured.specification.RequestSpecification
Specify the headers that'll be sent with the request as Map e.g:
headers(Map<String, Object>) - Method in interface com.jayway.restassured.specification.ResponseSpecification
Expect that response headers matches those specified in a Map.
headers(String, Object...) - Method in interface com.jayway.restassured.specification.ResponseSpecification
Expect that response headers matches the supplied headers and values.

I

invokeFilterChain(Object, Object, Object) - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
invokeMethod(String, Object) - Method in class com.jayway.restassured.assertion.AssertionSupport
 
invokeMethod(String, Object) - Method in class com.jayway.restassured.assertion.AssertParameter
 
invokeMethod(String, Object) - Method in class com.jayway.restassured.assertion.BodyMatcher
 
invokeMethod(String, Object) - Method in class com.jayway.restassured.assertion.BodyMatcherGroup
 
invokeMethod(String, Object) - Method in class com.jayway.restassured.assertion.CookieMatcher
 
invokeMethod(String, Object) - Method in class com.jayway.restassured.assertion.HeaderMatcher
 
invokeMethod(String, Object) - Method in class com.jayway.restassured.assertion.JSONAssertion
 
invokeMethod(String, Object) - Method in class com.jayway.restassured.assertion.StreamVerifier
 
invokeMethod(String, Object) - Method in class com.jayway.restassured.assertion.XMLAssertion
 
invokeMethod(String, Object) - Method in class com.jayway.restassured.assertion.XmlEntity
 
invokeMethod(String, Object) - Method in class com.jayway.restassured.authentication.BasicAuthScheme
 
invokeMethod(String, Object) - Method in class com.jayway.restassured.authentication.CertAuthScheme
 
invokeMethod(String, Object) - Method in class com.jayway.restassured.authentication.ExplicitNoAuthScheme
 
invokeMethod(String, Object) - Method in class com.jayway.restassured.authentication.FormAuthScheme
 
invokeMethod(String, Object) - Method in class com.jayway.restassured.authentication.NoAuthScheme
 
invokeMethod(String, Object) - Method in class com.jayway.restassured.authentication.OAuthScheme
 
invokeMethod(String, Object) - Method in class com.jayway.restassured.authentication.PreemptiveBasicAuthScheme
 
invokeMethod(String, Object) - Method in class com.jayway.restassured.internal.AuthenticationSpecificationImpl
 
invokeMethod(String, Object) - Method in class com.jayway.restassured.internal.filter.FilterContextImpl
 
invokeMethod(String, Object) - Method in class com.jayway.restassured.internal.filter.FormAuthFilter
 
invokeMethod(String, Object) - Method in class com.jayway.restassured.internal.filter.RootFilter
 
invokeMethod(String, Object) - Method in class com.jayway.restassured.internal.MapCreator
 
invokeMethod(String, Object) - Method in class com.jayway.restassured.internal.matcher.xml.XmlDtdMatcher
 
invokeMethod(String, Object) - Method in class com.jayway.restassured.internal.matcher.xml.XmlXsdMatcher
 
invokeMethod(String, Object) - Method in class com.jayway.restassured.internal.path.xml.NodeBase
 
invokeMethod(String, Object) - Method in class com.jayway.restassured.internal.path.xml.NodeChildrenImpl
 
invokeMethod(String, Object) - Method in class com.jayway.restassured.internal.path.xml.NodeChildrenImpl.NodeListIterator
 
invokeMethod(String, Object) - Method in class com.jayway.restassured.internal.path.xml.NodeImpl
 
invokeMethod(String, Object) - Method in class com.jayway.restassured.internal.path.xml.NodeImpl.ValueIterator
 
invokeMethod(String, Object) - Method in class com.jayway.restassured.internal.PreemptiveAuthSpecImpl
 
invokeMethod(String, Object) - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
invokeMethod(String, Object) - Method in class com.jayway.restassured.internal.ResponseParserRegistrar
 
invokeMethod(String, Object) - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl.HamcrestAssertionClosure
 
invokeMethod(String, Object) - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl
 
invokeMethod(String, Object) - Method in class com.jayway.restassured.internal.RestAssuredParserRegistry
 
invokeMethod(String, Object) - Method in class com.jayway.restassured.internal.RestAssuredResponseImpl
 
invokeMethod(String, Object) - Method in class com.jayway.restassured.internal.SpecificationMerger
 
invokeMethod(String, Object) - Method in class com.jayway.restassured.internal.TestSpecificationImpl
 
isEmpty() - Method in class com.jayway.restassured.internal.path.xml.NodeChildrenImpl
 
isEmpty() - Method in interface com.jayway.restassured.path.xml.element.NodeChildren
 
isFulfilled(Response, Object) - Method in class com.jayway.restassured.assertion.BodyMatcher
 
isFulfilled(Response, Object) - Method in class com.jayway.restassured.assertion.BodyMatcherGroup
 
isPathFragment(String) - Method in class com.jayway.restassured.assertion.XMLAssertion
 
isToUpperCase() - Method in class com.jayway.restassured.assertion.XMLAssertion
 
iterator() - Method in class com.jayway.restassured.internal.path.xml.NodeChildrenImpl
 
iterator() - Method in class com.jayway.restassured.internal.path.xml.NodeImpl
 

J

JSONAssertion - Class in com.jayway.restassured.assertion
 
JSONAssertion() - Constructor for class com.jayway.restassured.assertion.JSONAssertion
 
JsonPath - Class in com.jayway.restassured.path.json
JsonPath is an alternative to using XPath for easily getting values from a JSON document.
JsonPath(String) - Constructor for class com.jayway.restassured.path.json.JsonPath
Instantiate a new JsonPath instance.
JsonPath(URL) - Constructor for class com.jayway.restassured.path.json.JsonPath
Instantiate a new JsonPath instance.
JsonPath(InputStream) - Constructor for class com.jayway.restassured.path.json.JsonPath
Instantiate a new JsonPath instance.
JsonPath(File) - Constructor for class com.jayway.restassured.path.json.JsonPath
Instantiate a new JsonPath instance.
JsonPath(Reader) - Constructor for class com.jayway.restassured.path.json.JsonPath
Instantiate a new JsonPath instance.

L

leftShift(Object) - Method in class com.jayway.restassured.assertion.BodyMatcherGroup
 
leftShift(Node) - Method in class com.jayway.restassured.internal.path.xml.NodeChildrenImpl
 
list() - Method in class com.jayway.restassured.internal.path.xml.NodeChildrenImpl
 
list() - Method in interface com.jayway.restassured.path.xml.element.NodeChildren
 
log() - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
log() - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl
 
log() - Method in interface com.jayway.restassured.specification.RequestSpecification
Log (i.e.
log() - Method in interface com.jayway.restassured.specification.ResponseSpecification
Log (i.e.
logErrorsTo(PrintStream) - Static method in class com.jayway.restassured.filter.log.ErrorLoggingFilter
Create a new error logging filter without using the "new" operator.
logOnError() - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
logOnError() - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl
 
logOnError() - Method in interface com.jayway.restassured.specification.RequestSpecification
Log (i.e.
logOnError() - Method in interface com.jayway.restassured.specification.ResponseSpecification
Log (i.e.
logResponseIfStatusCodeIs(int) - Static method in class com.jayway.restassured.filter.log.ResponseLoggingFilter
Create a new logging filter without using the "new" operator.
logResponseIfStatusCodeMatches(Matcher<Integer>) - Static method in class com.jayway.restassured.filter.log.ResponseLoggingFilter
Create a new logging filter without using the "new" operator.
logResponseTo(PrintStream) - Static method in class com.jayway.restassured.filter.log.ResponseLoggingFilter
Create a new logging filter without using the "new" operator.
logResponseToIfMatches(PrintStream, Matcher<Integer>) - Static method in class com.jayway.restassured.filter.log.ResponseLoggingFilter
Create a new logging filter without using the "new" operator.

M

MapCreator - Class in com.jayway.restassured.internal
 
MapCreator() - Constructor for class com.jayway.restassured.internal.MapCreator
 
matches(Object) - Method in class com.jayway.restassured.internal.matcher.xml.XmlDtdMatcher
 
matches(Object) - Method in class com.jayway.restassured.internal.matcher.xml.XmlXsdMatcher
 
matchesDtd(String) - Static method in class com.jayway.restassured.internal.matcher.xml.XmlDtdMatcher
 
matchesDtd(InputStream) - Static method in class com.jayway.restassured.internal.matcher.xml.XmlDtdMatcher
 
matchesDtd(File) - Static method in class com.jayway.restassured.internal.matcher.xml.XmlDtdMatcher
 
matchesDtd(URL) - Static method in class com.jayway.restassured.internal.matcher.xml.XmlDtdMatcher
 
matchesDtd(String) - Static method in class com.jayway.restassured.matcher.RestAssuredMatchers
Evaluates to true if an XML string matches the supplied DTD.
matchesDtd(InputStream) - Static method in class com.jayway.restassured.matcher.RestAssuredMatchers
Evaluates to true if an XML string matches the supplied DTD.
matchesDtd(File) - Static method in class com.jayway.restassured.matcher.RestAssuredMatchers
Evaluates to true if an XML string matches the supplied DTD.
matchesDtd(URL) - Static method in class com.jayway.restassured.matcher.RestAssuredMatchers
Evaluates to true if an XML string matches the supplied DTD.
matchesXsd(String) - Static method in class com.jayway.restassured.internal.matcher.xml.XmlXsdMatcher
 
matchesXsd(InputStream) - Static method in class com.jayway.restassured.internal.matcher.xml.XmlXsdMatcher
 
matchesXsd(Reader) - Static method in class com.jayway.restassured.internal.matcher.xml.XmlXsdMatcher
 
matchesXsd(File) - Static method in class com.jayway.restassured.internal.matcher.xml.XmlXsdMatcher
 
matchesXsd(URL) - Static method in class com.jayway.restassured.internal.matcher.xml.XmlXsdMatcher
 
matchesXsd(String) - Static method in class com.jayway.restassured.matcher.RestAssuredMatchers
Evaluates to true if an XML string matches the supplied XSD (Xml Schema).
matchesXsd(InputStream) - Static method in class com.jayway.restassured.matcher.RestAssuredMatchers
Evaluates to true if an XML string matches the supplied XSD (Xml Schema).
matchesXsd(Reader) - Static method in class com.jayway.restassured.matcher.RestAssuredMatchers
Evaluates to true if an XML string matches the supplied XSD (Xml Schema).
matchesXsd(File) - Static method in class com.jayway.restassured.matcher.RestAssuredMatchers
Evaluates to true if an XML string matches the supplied XSD (Xml Schema).
merge(ResponseSpecificationImpl, ResponseSpecificationImpl) - Static method in class com.jayway.restassured.internal.SpecificationMerger
 
merge(RequestSpecificationImpl, RequestSpecificationImpl) - Static method in class com.jayway.restassured.internal.SpecificationMerger
 

N

name() - Method in class com.jayway.restassured.internal.path.xml.NodeImpl
 
name() - Method in interface com.jayway.restassured.path.xml.element.Node
The name of the node
newAssertion(Response, Object) - Static method in class com.jayway.restassured.assertion.StreamVerifier
 
next(FilterableRequestSpecification, FilterableResponseSpecification) - Method in interface com.jayway.restassured.filter.FilterContext
Continue to the next filter in the chain.
next(FilterableRequestSpecification, FilterableResponseSpecification) - Method in class com.jayway.restassured.internal.filter.FilterContextImpl
 
next() - Method in class com.jayway.restassured.internal.path.xml.NodeChildrenImpl.NodeListIterator
 
next() - Method in class com.jayway.restassured.internal.path.xml.NodeImpl.ValueIterator
 
NoAuthScheme - Class in com.jayway.restassured.authentication
 
NoAuthScheme() - Constructor for class com.jayway.restassured.authentication.NoAuthScheme
 
Node - Interface in com.jayway.restassured.path.xml.element
A Node represents a single node in a XML document.
NodeBase - Class in com.jayway.restassured.internal.path.xml
 
NodeBase() - Constructor for class com.jayway.restassured.internal.path.xml.NodeBase
 
NodeChildren - Interface in com.jayway.restassured.path.xml.element
Represent the children of a Node in an XML document.
NodeChildrenImpl - Class in com.jayway.restassured.internal.path.xml
 
NodeChildrenImpl() - Constructor for class com.jayway.restassured.internal.path.xml.NodeChildrenImpl
 
NodeChildrenImpl.NodeListIterator - Class in com.jayway.restassured.internal.path.xml
 
NodeChildrenImpl.NodeListIterator() - Constructor for class com.jayway.restassured.internal.path.xml.NodeChildrenImpl.NodeListIterator
 
NodeImpl - Class in com.jayway.restassured.internal.path.xml
 
NodeImpl() - Constructor for class com.jayway.restassured.internal.path.xml.NodeImpl
 
NodeImpl.ValueIterator - Class in com.jayway.restassured.internal.path.xml
 
NodeImpl.ValueIterator() - Constructor for class com.jayway.restassured.internal.path.xml.NodeImpl.ValueIterator
 
nodeIterable() - Method in class com.jayway.restassured.internal.path.xml.NodeChildrenImpl
 
nodeIterable() - Method in interface com.jayway.restassured.path.xml.element.NodeChildren
 
nodeIterator() - Method in class com.jayway.restassured.internal.path.xml.NodeChildrenImpl
 
nodeIterator() - Method in interface com.jayway.restassured.path.xml.element.NodeChildren
 
none() - Method in class com.jayway.restassured.internal.AuthenticationSpecificationImpl
 
none() - Method in interface com.jayway.restassured.specification.AuthenticationSpecification
Explicitly state that you don't which to use any authentication in this request.
notNull(Object, String) - Static method in class com.jayway.restassured.assertion.AssertParameter
 

O

oauth(String, String, String, String) - Method in class com.jayway.restassured.internal.AuthenticationSpecificationImpl
 
oauth(String, String, String, String) - Static method in class com.jayway.restassured.RestAssured
Excerpt from the HttpBuilder docs:
OAuth sign the request.
oauth(String, String, String, String) - Method in interface com.jayway.restassured.specification.AuthenticationSpecification
Excerpt from the HttpBuilder docs:
OAuth sign the request.
OAuthScheme - Class in com.jayway.restassured.authentication
 
OAuthScheme() - Constructor for class com.jayway.restassured.authentication.OAuthScheme
 

P

param(String, String, String[]) - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
param(String, List<String>) - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
param(String, String, String...) - Method in interface com.jayway.restassured.specification.RequestSpecification
A slightly shorter version of RequestSpecification.parameter(String, String, String...).
param(String, List<String>) - Method in interface com.jayway.restassured.specification.RequestSpecification
A slightly shorter version of RequestSpecification.parameter(String, java.util.List) }.
parameter(String, List<String>) - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
parameter(String, String, String[]) - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
parameter(String, String, String...) - Method in interface com.jayway.restassured.specification.RequestSpecification
Specify a parameter that'll be sent with the request e.g:
parameter(String, List<String>) - Method in interface com.jayway.restassured.specification.RequestSpecification
Specify a multi-value parameter that'll be sent with the request e.g:
parameters(String, String[]) - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
parameters(Map<String, String>) - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
parameters(String, String...) - Method in interface com.jayway.restassured.specification.RequestSpecification
Specify the parameters that'll be sent with the request.
parameters(Map<String, String>) - Method in interface com.jayway.restassured.specification.RequestSpecification
Specify the parameters that'll be sent with the request as Map e.g:
params(String, String[]) - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
params(Map<String, String>) - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
params(String, String...) - Method in interface com.jayway.restassured.specification.RequestSpecification
A slightly shorter version of RequestSpecification.parameters(String, String...).
params(Map<String, String>) - Method in interface com.jayway.restassured.specification.RequestSpecification
A slightly shorter version of RequestSpecification.parameters(Map).
parseContentType(Object) - Method in class com.jayway.restassured.internal.RestAssuredResponseImpl
 
parseCookies() - Method in class com.jayway.restassured.internal.RestAssuredResponseImpl
 
parseHeaders(Object) - Method in class com.jayway.restassured.internal.RestAssuredResponseImpl
 
ParsePathException - Exception in com.jayway.restassured.exception
 
ParsePathException(String, Throwable) - Constructor for exception com.jayway.restassured.exception.ParsePathException
 
Parser - Enum in com.jayway.restassured.parsing
The different parsers that are provided by REST Assured.
parseResponse(Object, Object) - Method in class com.jayway.restassured.internal.RestAssuredResponseImpl
 
parseStatus(Object) - Method in class com.jayway.restassured.internal.RestAssuredResponseImpl
 
PathElement - Interface in com.jayway.restassured.path.xml.element
Base object for all XML objects.
port(int) - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
port - Static variable in class com.jayway.restassured.RestAssured
The port that's used by REST assured when is left out of the specified URI when making a request.
port(int) - Method in interface com.jayway.restassured.specification.RequestSpecification
Specify the port of the URI.
post(String) - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
post(String) - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl
 
post(String) - Method in class com.jayway.restassured.internal.TestSpecificationImpl
 
post(String) - Static method in class com.jayway.restassured.RestAssured
Perform a POST request to a path.
post(String) - Method in interface com.jayway.restassured.specification.RequestSender
Perform a POST request to a path.
preemptive() - Method in class com.jayway.restassured.internal.AuthenticationSpecificationImpl
 
preemptive() - Static method in class com.jayway.restassured.RestAssured
Return the http preemptive authentication specification for setting up preemptive authentication requests.
preemptive() - Method in interface com.jayway.restassured.specification.AuthenticationSpecification
Returns the preemptive authentication view.
PreemptiveAuthProvider - Class in com.jayway.restassured.authentication
 
PreemptiveAuthProvider() - Constructor for class com.jayway.restassured.authentication.PreemptiveAuthProvider
 
PreemptiveAuthSpec - Interface in com.jayway.restassured.specification
Specify a preemptive authentication scheme to use when sending a request.
PreemptiveAuthSpecImpl - Class in com.jayway.restassured.internal
 
PreemptiveAuthSpecImpl(RequestSpecification) - Constructor for class com.jayway.restassured.internal.PreemptiveAuthSpecImpl
 
PreemptiveBasicAuthScheme - Class in com.jayway.restassured.authentication
 
PreemptiveBasicAuthScheme() - Constructor for class com.jayway.restassured.authentication.PreemptiveBasicAuthScheme
 
print() - Method in class com.jayway.restassured.internal.RestAssuredResponseImpl
 
print() - Method in interface com.jayway.restassured.response.ResponseBody
Print the response body and return it as string.
put(String) - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
put(String) - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl
 
put(String) - Method in class com.jayway.restassured.internal.TestSpecificationImpl
 
put(String) - Static method in class com.jayway.restassured.RestAssured
Perform a PUT request to a path.
put(String) - Method in interface com.jayway.restassured.specification.RequestSender
Perform a PUT request to a path.

Q

queryParam(String, List<String>) - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
queryParam(String, String, String[]) - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
queryParam(String, String, String...) - Method in interface com.jayway.restassured.specification.RequestSpecification
A slightly shorter version of RequestSpecification.queryParameter(String, String, String...).
queryParam(String, List<String>) - Method in interface com.jayway.restassured.specification.RequestSpecification
A slightly shorter version of RequestSpecification.queryParameter(String, java.util.List).
queryParameter(String, List<String>) - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
queryParameter(String, String, String[]) - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
queryParameter(String, String, String...) - Method in interface com.jayway.restassured.specification.RequestSpecification
Specify a query parameter that'll be sent with the request.
queryParameter(String, List<String>) - Method in interface com.jayway.restassured.specification.RequestSpecification
Specify a multi-value query parameter that'll be sent with the request e.g:
queryParameters(String, String[]) - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
queryParameters(Map<String, String>) - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
queryParameters(String, String...) - Method in interface com.jayway.restassured.specification.RequestSpecification
Specify the query parameters that'll be sent with the request.
queryParameters(Map<String, String>) - Method in interface com.jayway.restassured.specification.RequestSpecification
Specify the query parameters that'll be sent with the request.
queryParams(String, String[]) - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
queryParams(Map<String, String>) - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
queryParams(String, String...) - Method in interface com.jayway.restassured.specification.RequestSpecification
A slightly shorter version of RequestSpecification.queryParameters(String, String...).
queryParams(Map<String, String>) - Method in interface com.jayway.restassured.specification.RequestSpecification
A slightly shorter version of RequestSpecification.queryParams(java.util.Map).

R

registerParser(String, Parser) - Static method in class com.jayway.restassured.internal.ResponseParserRegistrar
 
registerParser(String, Parser) - Static method in class com.jayway.restassured.RestAssured
Register a custom mime-type to be parsed using a predefined parser.
registerParsers(Object, Object) - Static method in class com.jayway.restassured.internal.ResponseParserRegistrar
 
remove() - Method in class com.jayway.restassured.internal.path.xml.NodeChildrenImpl.NodeListIterator
 
remove() - Method in class com.jayway.restassured.internal.path.xml.NodeImpl.ValueIterator
 
request() - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
request() - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl
 
request() - Method in interface com.jayway.restassured.specification.RequestSpecification
Syntactic sugar, e.g.
request() - Method in interface com.jayway.restassured.specification.ResponseSpecification
Returns the request com.jayway.restassured.specification so that you can define the properties of the request.
requestContentType() - Static method in class com.jayway.restassured.RestAssured
 
requestContentType(ContentType) - Static method in class com.jayway.restassured.RestAssured
Specify the default content type
requestContentType(String) - Static method in class com.jayway.restassured.RestAssured
Specify the default content type
RequestSender - Interface in com.jayway.restassured.specification
 
RequestSpecBuilder - Class in com.jayway.restassured.builder
You can use the builder to construct a request specification.
RequestSpecBuilder() - Constructor for class com.jayway.restassured.builder.RequestSpecBuilder
 
requestSpecification - Static variable in class com.jayway.restassured.RestAssured
Specify a default request specification that will be sent with each request.
RequestSpecification - Interface in com.jayway.restassured.specification
Allows you to specify how the request will look like.
RequestSpecificationImpl - Class in com.jayway.restassured.internal
 
RequestSpecificationImpl(String, int, String, AuthenticationScheme, List<Filter>, Object, RequestSpecification) - Constructor for class com.jayway.restassured.internal.RequestSpecificationImpl
 
requiresTextParsing() - Method in class com.jayway.restassured.assertion.BodyMatcher
 
requiresTextParsing() - Method in class com.jayway.restassured.assertion.BodyMatcherGroup
 
reset() - Static method in class com.jayway.restassured.RestAssured
Resets the RestAssured.baseURI, RestAssured.basePath, RestAssured.port, RestAssured.authentication and RestAssured.rootPath, RestAssured.requestContentType(groovyx.net.http.ContentType), RestAssured.responseContentType(groovyx.net.http.ContentType), RestAssured.filters(java.util.List), RestAssured.requestSpecification and RestAssured.responseSpecification to their default values of "http://localhost", "", 8080, no authentication, "", null, null, "empty list", null and null.
response() - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
response() - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl
 
Response - Interface in com.jayway.restassured.response
The response of a request made by REST Assured.
response() - Method in interface com.jayway.restassured.specification.RequestSpecification
Returns the response specification so that you can setup the expectations on the response.
response() - Method in interface com.jayway.restassured.specification.ResponseSpecification
Syntactic sugar, e.g.
ResponseBody - Interface in com.jayway.restassured.response
 
responseContentType() - Static method in class com.jayway.restassured.RestAssured
 
responseContentType(ContentType) - Static method in class com.jayway.restassured.RestAssured
Specify the default content type (also sets the accept header).
responseContentType(String) - Static method in class com.jayway.restassured.RestAssured
Specify the default content type (also sets the accept header).
responseLogger() - Static method in class com.jayway.restassured.filter.log.ResponseLoggingFilter
Create a new logging filter without using the "new" operator.
ResponseLoggingFilter - Class in com.jayway.restassured.filter.log
A filter that'll print the response body if the response matches a given status code.
ResponseLoggingFilter() - Constructor for class com.jayway.restassured.filter.log.ResponseLoggingFilter
Log to system out for all status codes
ResponseLoggingFilter(int) - Constructor for class com.jayway.restassured.filter.log.ResponseLoggingFilter
Log to system out if response status code matches the given status code.
ResponseLoggingFilter(Matcher<Integer>) - Constructor for class com.jayway.restassured.filter.log.ResponseLoggingFilter
Log to system out if response status code matches the given hamcrest matcher.
ResponseLoggingFilter(PrintStream) - Constructor for class com.jayway.restassured.filter.log.ResponseLoggingFilter
Instantiate a logger using a specific print stream for all status codes
ResponseLoggingFilter(PrintStream, int) - Constructor for class com.jayway.restassured.filter.log.ResponseLoggingFilter
Instantiate a logger using a specific print stream for status codes matching the supplied status code.
ResponseLoggingFilter(PrintStream, Matcher<Integer>) - Constructor for class com.jayway.restassured.filter.log.ResponseLoggingFilter
Instantiate a logger using a specific print stream for status codes matching the supplied matcher.
ResponseParserRegistrar - Class in com.jayway.restassured.internal
 
ResponseParserRegistrar() - Constructor for class com.jayway.restassured.internal.ResponseParserRegistrar
 
ResponseSpecBuilder - Class in com.jayway.restassured.builder
You can use the builder to construct a response specification.
ResponseSpecBuilder() - Constructor for class com.jayway.restassured.builder.ResponseSpecBuilder
 
responseSpecification - Static variable in class com.jayway.restassured.RestAssured
Specify a default response specification that will be sent with each request.
ResponseSpecification - Interface in com.jayway.restassured.specification
Allows you to specify how the expected response must look like in order for a test to pass.
ResponseSpecificationImpl - Class in com.jayway.restassured.internal
 
ResponseSpecificationImpl(String, Object, ResponseSpecification) - Constructor for class com.jayway.restassured.internal.ResponseSpecificationImpl
 
ResponseSpecificationImpl.HamcrestAssertionClosure - Class in com.jayway.restassured.internal
 
ResponseSpecificationImpl.HamcrestAssertionClosure() - Constructor for class com.jayway.restassured.internal.ResponseSpecificationImpl.HamcrestAssertionClosure
 
RestAssured - Class in com.jayway.restassured
REST Assured is a Java DSL for simplifying testing of REST based services built on top of HTTP Builder.
RestAssured() - Constructor for class com.jayway.restassured.RestAssured
 
RestAssuredMatchers - Class in com.jayway.restassured.matcher
Providers Hamcrest matchers that may be useful when validating a response.
RestAssuredMatchers() - Constructor for class com.jayway.restassured.matcher.RestAssuredMatchers
 
RestAssuredParserRegistry - Class in com.jayway.restassured.internal
 
RestAssuredParserRegistry() - Constructor for class com.jayway.restassured.internal.RestAssuredParserRegistry
 
RestAssuredResponseImpl - Class in com.jayway.restassured.internal
 
RestAssuredResponseImpl() - Constructor for class com.jayway.restassured.internal.RestAssuredResponseImpl
 
root(String) - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl
 
root(String) - Method in interface com.jayway.restassured.specification.ResponseSpecification
Set the root path of the response body so that you don't need to write the entire path for each expectation.
RootFilter - Class in com.jayway.restassured.internal.filter
 
RootFilter() - Constructor for class com.jayway.restassured.internal.filter.RootFilter
 
rootPath(String) - Method in class com.jayway.restassured.builder.ResponseSpecBuilder
Set the root path of the response body so that you don't need to write the entire path for each expectation.
rootPath(String) - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl
 
rootPath - Static variable in class com.jayway.restassured.RestAssured
Set the default root path of the response body so that you don't need to write the entire path for each expectation.
rootPath(String) - Method in interface com.jayway.restassured.specification.ResponseSpecification
Set the root path of the response body so that you don't need to write the entire path for each expectation.

S

send(RequestSender) - Method in interface com.jayway.restassured.filter.FilterContext
Send a request to the same request path and with the same request method as the original request.
send(RequestSender) - Method in class com.jayway.restassured.internal.filter.FilterContextImpl
 
setAccessToken(String) - Method in class com.jayway.restassured.authentication.OAuthScheme
 
setAssertionClosure(Object) - Method in class com.jayway.restassured.internal.filter.FilterContextImpl
 
setAttributes(Object) - Method in class com.jayway.restassured.assertion.XmlEntity
 
setAttributes(Object) - Method in class com.jayway.restassured.internal.path.xml.NodeImpl
 
setAuth(AuthenticationScheme) - Method in class com.jayway.restassured.builder.RequestSpecBuilder
A slightly short version of RequestSpecBuilder.setAuthentication(com.jayway.restassured.authentication.AuthenticationScheme) )}.
setAuthentication(AuthenticationScheme) - Method in class com.jayway.restassured.builder.RequestSpecBuilder
If you need to specify some credentials when performing a request.
setAuthenticationScheme(AuthenticationScheme) - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
setBody(String) - Method in class com.jayway.restassured.builder.RequestSpecBuilder
Specify a String request body (such as e.g.
setBody(byte[]) - Method in class com.jayway.restassured.builder.RequestSpecBuilder
Specify a byte array request body to be sent with the request.
setCertURL(String) - Method in class com.jayway.restassured.authentication.CertAuthScheme
 
setChildren(Object) - Method in class com.jayway.restassured.assertion.XmlEntity
 
setChildren(NodeChildren) - Method in class com.jayway.restassured.internal.path.xml.NodeImpl
 
setConfig(FormAuthConfig) - Method in class com.jayway.restassured.internal.filter.FormAuthFilter
 
setConsumerKey(String) - Method in class com.jayway.restassured.authentication.OAuthScheme
 
setConsumerSecret(String) - Method in class com.jayway.restassured.authentication.OAuthScheme
 
setContent(String) - Method in class com.jayway.restassured.builder.RequestSpecBuilder
Specify a String request content (such as e.g.
setContent(byte[]) - Method in class com.jayway.restassured.builder.RequestSpecBuilder
Specify a byte array request content to be sent with the request.
setContent(Object) - Method in class com.jayway.restassured.internal.RestAssuredResponseImpl
 
setContentType(ContentType) - Method in class com.jayway.restassured.builder.RequestSpecBuilder
Specify the content type of the request.
setContentType(String) - Method in class com.jayway.restassured.builder.RequestSpecBuilder
Specify the content type of the request as string.
setContentType(Object) - Method in class com.jayway.restassured.internal.RestAssuredResponseImpl
 
setCookieName(Object) - Method in class com.jayway.restassured.assertion.CookieMatcher
 
setCookies(Object) - Method in class com.jayway.restassured.internal.RestAssuredResponseImpl
 
setDtd(Object) - Method in class com.jayway.restassured.internal.matcher.xml.XmlDtdMatcher
 
setHasNext(Object) - Method in class com.jayway.restassured.internal.path.xml.NodeImpl.ValueIterator
 
setHeaderName(Object) - Method in class com.jayway.restassured.assertion.HeaderMatcher
 
setIterator(Object) - Method in class com.jayway.restassured.internal.path.xml.NodeChildrenImpl.NodeListIterator
 
setKey(Object) - Method in class com.jayway.restassured.assertion.BodyMatcher
 
setKey(String) - Method in class com.jayway.restassured.assertion.JSONAssertion
 
setKey(String) - Method in class com.jayway.restassured.assertion.XMLAssertion
 
setMatcher(Matcher) - Method in class com.jayway.restassured.assertion.BodyMatcher
 
setMatcher(Matcher<String>) - Method in class com.jayway.restassured.assertion.CookieMatcher
 
setMatcher(Matcher<String>) - Method in class com.jayway.restassured.assertion.HeaderMatcher
 
setMetaClass(MetaClass) - Method in class com.jayway.restassured.assertion.AssertionSupport
 
setMetaClass(MetaClass) - Method in class com.jayway.restassured.assertion.AssertParameter
 
setMetaClass(MetaClass) - Method in class com.jayway.restassured.assertion.BodyMatcher
 
setMetaClass(MetaClass) - Method in class com.jayway.restassured.assertion.BodyMatcherGroup
 
setMetaClass(MetaClass) - Method in class com.jayway.restassured.assertion.CookieMatcher
 
setMetaClass(MetaClass) - Method in class com.jayway.restassured.assertion.HeaderMatcher
 
setMetaClass(MetaClass) - Method in class com.jayway.restassured.assertion.JSONAssertion
 
setMetaClass(MetaClass) - Method in class com.jayway.restassured.assertion.StreamVerifier
 
setMetaClass(MetaClass) - Method in class com.jayway.restassured.assertion.XMLAssertion
 
setMetaClass(MetaClass) - Method in class com.jayway.restassured.assertion.XmlEntity
 
setMetaClass(MetaClass) - Method in class com.jayway.restassured.authentication.BasicAuthScheme
 
setMetaClass(MetaClass) - Method in class com.jayway.restassured.authentication.CertAuthScheme
 
setMetaClass(MetaClass) - Method in class com.jayway.restassured.authentication.ExplicitNoAuthScheme
 
setMetaClass(MetaClass) - Method in class com.jayway.restassured.authentication.FormAuthScheme
 
setMetaClass(MetaClass) - Method in class com.jayway.restassured.authentication.NoAuthScheme
 
setMetaClass(MetaClass) - Method in class com.jayway.restassured.authentication.OAuthScheme
 
setMetaClass(MetaClass) - Method in class com.jayway.restassured.authentication.PreemptiveBasicAuthScheme
 
setMetaClass(MetaClass) - Method in class com.jayway.restassured.internal.AuthenticationSpecificationImpl
 
setMetaClass(MetaClass) - Method in class com.jayway.restassured.internal.filter.FilterContextImpl
 
setMetaClass(MetaClass) - Method in class com.jayway.restassured.internal.filter.FormAuthFilter
 
setMetaClass(MetaClass) - Method in class com.jayway.restassured.internal.filter.RootFilter
 
setMetaClass(MetaClass) - Method in class com.jayway.restassured.internal.MapCreator
 
setMetaClass(MetaClass) - Method in class com.jayway.restassured.internal.matcher.xml.XmlDtdMatcher
 
setMetaClass(MetaClass) - Method in class com.jayway.restassured.internal.matcher.xml.XmlXsdMatcher
 
setMetaClass(MetaClass) - Method in class com.jayway.restassured.internal.path.xml.NodeBase
 
setMetaClass(MetaClass) - Method in class com.jayway.restassured.internal.path.xml.NodeChildrenImpl.NodeListIterator
 
setMetaClass(MetaClass) - Method in class com.jayway.restassured.internal.path.xml.NodeChildrenImpl
 
setMetaClass(MetaClass) - Method in class com.jayway.restassured.internal.path.xml.NodeImpl
 
setMetaClass(MetaClass) - Method in class com.jayway.restassured.internal.path.xml.NodeImpl.ValueIterator
 
setMetaClass(MetaClass) - Method in class com.jayway.restassured.internal.PreemptiveAuthSpecImpl
 
setMetaClass(MetaClass) - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
setMetaClass(MetaClass) - Method in class com.jayway.restassured.internal.ResponseParserRegistrar
 
setMetaClass(MetaClass) - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl.HamcrestAssertionClosure
 
setMetaClass(MetaClass) - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl
 
setMetaClass(MetaClass) - Method in class com.jayway.restassured.internal.RestAssuredParserRegistry
 
setMetaClass(MetaClass) - Method in class com.jayway.restassured.internal.RestAssuredResponseImpl
 
setMetaClass(MetaClass) - Method in class com.jayway.restassured.internal.SpecificationMerger
 
setMetaClass(MetaClass) - Method in class com.jayway.restassured.internal.TestSpecificationImpl
 
setName(Object) - Method in class com.jayway.restassured.internal.path.xml.NodeImpl
 
setNodeList(Object) - Method in class com.jayway.restassured.internal.path.xml.NodeChildrenImpl
 
setPassword(String) - Method in class com.jayway.restassured.authentication.BasicAuthScheme
 
setPassword(String) - Method in class com.jayway.restassured.authentication.CertAuthScheme
 
setPassword(String) - Method in class com.jayway.restassured.authentication.PreemptiveBasicAuthScheme
 
setPassword(Object) - Method in class com.jayway.restassured.internal.filter.FormAuthFilter
 
setPort(int) - Method in class com.jayway.restassured.builder.RequestSpecBuilder
Specify the port.
setProperties(Object) - Method in class com.jayway.restassured.internal.filter.FilterContextImpl
 
setProperty(String, Object) - Method in class com.jayway.restassured.assertion.AssertionSupport
 
setProperty(String, Object) - Method in class com.jayway.restassured.assertion.AssertParameter
 
setProperty(String, Object) - Method in class com.jayway.restassured.assertion.BodyMatcher
 
setProperty(String, Object) - Method in class com.jayway.restassured.assertion.BodyMatcherGroup
 
setProperty(String, Object) - Method in class com.jayway.restassured.assertion.CookieMatcher
 
setProperty(String, Object) - Method in class com.jayway.restassured.assertion.HeaderMatcher
 
setProperty(String, Object) - Method in class com.jayway.restassured.assertion.JSONAssertion
 
setProperty(String, Object) - Method in class com.jayway.restassured.assertion.StreamVerifier
 
setProperty(String, Object) - Method in class com.jayway.restassured.assertion.XMLAssertion
 
setProperty(String, Object) - Method in class com.jayway.restassured.assertion.XmlEntity
 
setProperty(String, Object) - Method in class com.jayway.restassured.authentication.BasicAuthScheme
 
setProperty(String, Object) - Method in class com.jayway.restassured.authentication.CertAuthScheme
 
setProperty(String, Object) - Method in class com.jayway.restassured.authentication.ExplicitNoAuthScheme
 
setProperty(String, Object) - Method in class com.jayway.restassured.authentication.FormAuthScheme
 
setProperty(String, Object) - Method in class com.jayway.restassured.authentication.NoAuthScheme
 
setProperty(String, Object) - Method in class com.jayway.restassured.authentication.OAuthScheme
 
setProperty(String, Object) - Method in class com.jayway.restassured.authentication.PreemptiveBasicAuthScheme
 
setProperty(String, Object) - Method in class com.jayway.restassured.internal.AuthenticationSpecificationImpl
 
setProperty(String, Object) - Method in class com.jayway.restassured.internal.filter.FilterContextImpl
 
setProperty(String, Object) - Method in class com.jayway.restassured.internal.filter.FormAuthFilter
 
setProperty(String, Object) - Method in class com.jayway.restassured.internal.filter.RootFilter
 
setProperty(String, Object) - Method in class com.jayway.restassured.internal.MapCreator
 
setProperty(String, Object) - Method in class com.jayway.restassured.internal.matcher.xml.XmlDtdMatcher
 
setProperty(String, Object) - Method in class com.jayway.restassured.internal.matcher.xml.XmlXsdMatcher
 
setProperty(String, Object) - Method in class com.jayway.restassured.internal.path.xml.NodeBase
 
setProperty(String, Object) - Method in class com.jayway.restassured.internal.path.xml.NodeChildrenImpl.NodeListIterator
 
setProperty(String, Object) - Method in class com.jayway.restassured.internal.path.xml.NodeChildrenImpl
 
setProperty(String, Object) - Method in class com.jayway.restassured.internal.path.xml.NodeImpl
 
setProperty(String, Object) - Method in class com.jayway.restassured.internal.path.xml.NodeImpl.ValueIterator
 
setProperty(String, Object) - Method in class com.jayway.restassured.internal.PreemptiveAuthSpecImpl
 
setProperty(String, Object) - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
setProperty(String, Object) - Method in class com.jayway.restassured.internal.ResponseParserRegistrar
 
setProperty(String, Object) - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl.HamcrestAssertionClosure
 
setProperty(String, Object) - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl
 
setProperty(String, Object) - Method in class com.jayway.restassured.internal.RestAssuredParserRegistry
 
setProperty(String, Object) - Method in class com.jayway.restassured.internal.RestAssuredResponseImpl
 
setProperty(String, Object) - Method in class com.jayway.restassured.internal.SpecificationMerger
 
setProperty(String, Object) - Method in class com.jayway.restassured.internal.TestSpecificationImpl
 
setRequestSpec(RequestSpecification) - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl
 
setResponseHeaders(Object) - Method in class com.jayway.restassured.internal.RestAssuredResponseImpl
 
setResponseSpecification(ResponseSpecification) - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
setResponseSpecification(ResponseSpecification) - Static method in class com.jayway.restassured.internal.RestAssuredParserRegistry
 
setRoot(String) - Method in class com.jayway.restassured.path.json.JsonPath
Set the root path of the document so that you don't need to write the entire path.
setRoot(String) - Method in class com.jayway.restassured.path.xml.XmlPath
Set the root path of the document so that you don't need to write the entire path.
setSecretToken(String) - Method in class com.jayway.restassured.authentication.OAuthScheme
 
setStatusCode(Object) - Method in class com.jayway.restassured.internal.RestAssuredResponseImpl
 
setStatusLine(Object) - Method in class com.jayway.restassured.internal.RestAssuredResponseImpl
 
setToUpperCase(boolean) - Method in class com.jayway.restassured.assertion.XMLAssertion
 
setUserName(String) - Method in class com.jayway.restassured.authentication.BasicAuthScheme
 
setUserName(String) - Method in class com.jayway.restassured.authentication.PreemptiveBasicAuthScheme
 
setUserName(Object) - Method in class com.jayway.restassured.internal.filter.FormAuthFilter
 
setValue(String, Object) - Method in interface com.jayway.restassured.filter.FilterContext
Add a value that may be used be subsequent filters.
setValue(String, Object) - Method in class com.jayway.restassured.internal.filter.FilterContextImpl
 
setValue(Object) - Method in class com.jayway.restassured.internal.path.xml.NodeImpl
 
setXsd(Object) - Method in class com.jayway.restassured.internal.matcher.xml.XmlXsdMatcher
 
size() - Method in class com.jayway.restassured.assertion.BodyMatcherGroup
 
size() - Method in class com.jayway.restassured.internal.path.xml.NodeChildrenImpl
 
size() - Method in interface com.jayway.restassured.path.xml.element.NodeChildren
 
spec(RequestSpecification) - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
spec(ResponseSpecification) - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl
 
spec(RequestSpecification) - Method in interface com.jayway.restassured.specification.RequestSpecification
Add request data from a pre-defined specification.
spec(ResponseSpecification) - Method in interface com.jayway.restassured.specification.ResponseSpecification
Expect that the response matches an entire specification.
specification(RequestSpecification) - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
specification(ResponseSpecification) - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl
 
specification(RequestSpecification) - Method in interface com.jayway.restassured.specification.RequestSpecification
Add request data from a pre-defined specification.
specification(ResponseSpecification) - Method in interface com.jayway.restassured.specification.ResponseSpecification
Expect that the response matches an entire specification.
SpecificationMerger - Class in com.jayway.restassured.internal
 
SpecificationMerger() - Constructor for class com.jayway.restassured.internal.SpecificationMerger
 
springSecurity() - Static method in class com.jayway.restassured.authentication.FormAuthConfig
 
statusCode(Matcher<Integer>) - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl
 
statusCode(int) - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl
 
statusCode() - Method in class com.jayway.restassured.internal.RestAssuredResponseImpl
 
statusCode() - Method in interface com.jayway.restassured.response.Response
Get the status code of the response.
statusCode(Matcher<Integer>) - Method in interface com.jayway.restassured.specification.ResponseSpecification
Expect that the response status code matches the given Hamcrest matcher.
statusCode(int) - Method in interface com.jayway.restassured.specification.ResponseSpecification
Expect that the response status code matches an integer.
statusLine(Matcher<String>) - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl
 
statusLine(String) - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl
 
statusLine() - Method in class com.jayway.restassured.internal.RestAssuredResponseImpl
 
statusLine() - Method in interface com.jayway.restassured.response.Response
Get the status line of the response.
statusLine(Matcher<String>) - Method in interface com.jayway.restassured.specification.ResponseSpecification
Expect that the response status line matches the given Hamcrest matcher.
statusLine(String) - Method in interface com.jayway.restassured.specification.ResponseSpecification
Expect that the response status line matches the given String.
StreamVerifier - Class in com.jayway.restassured.assertion
 
StreamVerifier() - Constructor for class com.jayway.restassured.assertion.StreamVerifier
 

T

TestSpecificationImpl - Class in com.jayway.restassured.internal
 
TestSpecificationImpl(RequestSpecification, ResponseSpecification) - Constructor for class com.jayway.restassured.internal.TestSpecificationImpl
 
that() - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
that() - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl
 
that() - Method in interface com.jayway.restassured.specification.RequestSpecification
Syntactic sugar, e.g.
that() - Method in interface com.jayway.restassured.specification.ResponseSpecification
Syntactic sugar, e.g.
then() - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
then() - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl
 
then() - Method in interface com.jayway.restassured.specification.RequestSpecification
Returns the response specification so that you can setup the expectations on the response.
then() - Method in interface com.jayway.restassured.specification.ResponseSpecification
Syntactic sugar, e.g.
thenReturn() - Method in class com.jayway.restassured.internal.RestAssuredResponseImpl
 
thenReturn() - Method in interface com.jayway.restassured.response.Response
Syntactic sugar, simply returns the same response instance.
throwIfException(Closure) - Method in class com.jayway.restassured.internal.filter.FormAuthFilter
 
toString() - Method in class com.jayway.restassured.internal.path.xml.NodeChildrenImpl
 
toString() - Method in class com.jayway.restassured.internal.path.xml.NodeImpl
 
toString(Writable) - Method in class com.jayway.restassured.internal.RestAssuredResponseImpl
 

U

unregisterParser(String) - Static method in class com.jayway.restassured.internal.ResponseParserRegistrar
 
unregisterParser(String) - Static method in class com.jayway.restassured.RestAssured
Unregister the parser associated with the provided mime-type

V

validate(Response) - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl.HamcrestAssertionClosure
 
value() - Method in class com.jayway.restassured.internal.path.xml.NodeImpl
 
value() - Method in interface com.jayway.restassured.path.xml.element.Node
The node value.
valueOf(String) - Static method in enum com.jayway.restassured.parsing.Parser
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.jayway.restassured.path.xml.XmlPath.CompatibilityMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.jayway.restassured.parsing.Parser
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.jayway.restassured.path.xml.XmlPath.CompatibilityMode
Returns an array containing the constants of this enum type, in the order they are declared.

W

when() - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
when() - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl
 
when() - Method in interface com.jayway.restassured.specification.RequestSpecification
Syntactic sugar, e.g.
when() - Method in interface com.jayway.restassured.specification.ResponseSpecification
Syntactic sugar, e.g.
with() - Method in class com.jayway.restassured.internal.RequestSpecificationImpl
 
with() - Method in class com.jayway.restassured.internal.ResponseSpecificationImpl
 
with(InputStream) - Static method in class com.jayway.restassured.path.json.JsonPath
Instantiate a new JsonPath instance.
with(String) - Static method in class com.jayway.restassured.path.json.JsonPath
Instantiate a new JsonPath instance.
with(File) - Static method in class com.jayway.restassured.path.json.JsonPath
Instantiate a new JsonPath instance.
with(Reader) - Static method in class com.jayway.restassured.path.json.JsonPath
Instantiate a new JsonPath instance.
with(URL) - Static method in class com.jayway.restassured.path.json.JsonPath
Instantiate a new JsonPath instance.
with(InputStream) - Static method in class com.jayway.restassured.path.xml.XmlPath
 
with(String) - Static method in class com.jayway.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
with(InputSource) - Static method in class com.jayway.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
with(File) - Static method in class com.jayway.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
with(Reader) - Static method in class com.jayway.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
with(URI) - Static method in class com.jayway.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
with() - Static method in class com.jayway.restassured.RestAssured
Start building the request part of the test com.jayway.restassured.specification.
with() - Method in interface com.jayway.restassured.specification.RequestSpecification
Syntactic sugar, e.g.
with() - Method in interface com.jayway.restassured.specification.ResponseSpecification
Returns the request com.jayway.restassured.specification so that you can define the properties of the request.

X

XMLAssertion - Class in com.jayway.restassured.assertion
 
XMLAssertion() - Constructor for class com.jayway.restassured.assertion.XMLAssertion
 
XmlDtdMatcher - Class in com.jayway.restassured.internal.matcher.xml
 
XmlDtdMatcher(Object) - Constructor for class com.jayway.restassured.internal.matcher.xml.XmlDtdMatcher
 
XmlEntity - Class in com.jayway.restassured.assertion
 
XmlEntity() - Constructor for class com.jayway.restassured.assertion.XmlEntity
 
XmlPath - Class in com.jayway.restassured.path.xml
XmlPath is an alternative to using XPath for easily getting values from an XML document.
XmlPath(String) - Constructor for class com.jayway.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
XmlPath(InputStream) - Constructor for class com.jayway.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
XmlPath(InputSource) - Constructor for class com.jayway.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
XmlPath(File) - Constructor for class com.jayway.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
XmlPath(Reader) - Constructor for class com.jayway.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
XmlPath(URI) - Constructor for class com.jayway.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
XmlPath(XmlPath.CompatibilityMode, String) - Constructor for class com.jayway.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
XmlPath(XmlPath.CompatibilityMode, InputStream) - Constructor for class com.jayway.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
XmlPath(XmlPath.CompatibilityMode, InputSource) - Constructor for class com.jayway.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
XmlPath(XmlPath.CompatibilityMode, File) - Constructor for class com.jayway.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
XmlPath(XmlPath.CompatibilityMode, Reader) - Constructor for class com.jayway.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
XmlPath(XmlPath.CompatibilityMode, URI) - Constructor for class com.jayway.restassured.path.xml.XmlPath
Instantiate a new XmlPath instance.
XmlPath.CompatibilityMode - Enum in com.jayway.restassured.path.xml
 
XmlXsdMatcher - Class in com.jayway.restassured.internal.matcher.xml
 
XmlXsdMatcher(Object) - Constructor for class com.jayway.restassured.internal.matcher.xml.XmlXsdMatcher
 

A B C D E F G H I J L M N O P Q R S T U V W X

Copyright © 2010-2011. All Rights Reserved.