Index
All Classes and Interfaces|All Packages
A
- accept(ContentType) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- accept(ContentType) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Specify the accept header of the request.
- accept(String) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- accept(String) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Specify the accept header of the request.
- accept(MediaType...) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- accept(MediaType...) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Specify the accept header of the request.
- addAttribute(String, Object) - Method in class io.restassured.module.webtestclient.specification.WebTestClientRequestSpecBuilder
-
Add request attribute
- addAttributes(Map<String, ?>) - Method in class io.restassured.module.webtestclient.specification.WebTestClientRequestSpecBuilder
-
Add request attributes
- addCookie(Cookie) - Method in class io.restassured.module.webtestclient.specification.WebTestClientRequestSpecBuilder
-
Add a detailed cookie
- addCookie(String, Object, Object...) - Method in class io.restassured.module.webtestclient.specification.WebTestClientRequestSpecBuilder
-
Add a cookie to be sent with the request.
- addCookies(Map<String, ?>) - Method in class io.restassured.module.webtestclient.specification.WebTestClientRequestSpecBuilder
-
Add cookies to be sent with the request as Map e.g:
- addFormParam(String, Object...) - Method in class io.restassured.module.webtestclient.specification.WebTestClientRequestSpecBuilder
- addFormParam(String, Collection<?>) - Method in class io.restassured.module.webtestclient.specification.WebTestClientRequestSpecBuilder
- addFormParams(Map<String, ?>) - Method in class io.restassured.module.webtestclient.specification.WebTestClientRequestSpecBuilder
- addHeader(Header) - Method in class io.restassured.module.webtestclient.specification.WebTestClientRequestSpecBuilder
-
Add a header to be sent with the request.
- addHeader(String, String) - Method in class io.restassured.module.webtestclient.specification.WebTestClientRequestSpecBuilder
-
Add a header to be sent with the request
- addHeaders(Map<String, String>) - Method in class io.restassured.module.webtestclient.specification.WebTestClientRequestSpecBuilder
-
Add headers to be sent with the request as Map.
- addMultiPart(File) - Method in class io.restassured.module.webtestclient.specification.WebTestClientRequestSpecBuilder
-
Specify a file to upload to the server using multi-part form data uploading.
- addMultiPart(String, File) - Method in class io.restassured.module.webtestclient.specification.WebTestClientRequestSpecBuilder
-
Specify a file to upload to the server using multi-part form data uploading with a specific control name.
- addMultiPart(String, File, String) - Method in class io.restassured.module.webtestclient.specification.WebTestClientRequestSpecBuilder
-
Specify a file to upload to the server using multi-part form data uploading with a specific control name and content-type.
- addMultiPart(String, String) - Method in class io.restassured.module.webtestclient.specification.WebTestClientRequestSpecBuilder
-
Specify a string to send to the server using multi-part form data.
- addMultiPart(String, String, byte[]) - Method in class io.restassured.module.webtestclient.specification.WebTestClientRequestSpecBuilder
-
Specify a byte-array to upload to the server using multi-part form data.
- addMultiPart(String, String, byte[], String) - Method in class io.restassured.module.webtestclient.specification.WebTestClientRequestSpecBuilder
-
Specify a byte-array to upload to the server using multi-part form data.
- addMultiPart(String, String, InputStream) - Method in class io.restassured.module.webtestclient.specification.WebTestClientRequestSpecBuilder
-
Specify an inputstream to upload to the server using multi-part form data.
- addMultiPart(String, String, InputStream, String) - Method in class io.restassured.module.webtestclient.specification.WebTestClientRequestSpecBuilder
-
Specify an inputstream to upload to the server using multi-part form data.
- addMultiPart(String, String, String) - Method in class io.restassured.module.webtestclient.specification.WebTestClientRequestSpecBuilder
-
Specify a string to send to the server using multi-part form data with a specific mime-type.
- addParam(String, Object...) - Method in class io.restassured.module.webtestclient.specification.WebTestClientRequestSpecBuilder
- addParam(String, Collection<?>) - Method in class io.restassured.module.webtestclient.specification.WebTestClientRequestSpecBuilder
- addParams(Map<String, ?>) - Method in class io.restassured.module.webtestclient.specification.WebTestClientRequestSpecBuilder
- addPathParam(String, Object) - Method in class io.restassured.module.webtestclient.specification.WebTestClientRequestSpecBuilder
-
Specify a path parameter.
- addPathParams(String, Object, Object...) - Method in class io.restassured.module.webtestclient.specification.WebTestClientRequestSpecBuilder
-
Specify multiple path parameter name-value pairs.
- addPathParams(Map<String, Object>) - Method in class io.restassured.module.webtestclient.specification.WebTestClientRequestSpecBuilder
-
Specify multiple path parameter name-value pairs.
- addQueryParam(String, Object...) - Method in class io.restassured.module.webtestclient.specification.WebTestClientRequestSpecBuilder
- addQueryParam(String, Collection<?>) - Method in class io.restassured.module.webtestclient.specification.WebTestClientRequestSpecBuilder
- addQueryParams(Map<String, ?>) - Method in class io.restassured.module.webtestclient.specification.WebTestClientRequestSpecBuilder
- addWebTestClientRequestSpecification(WebTestClientRequestSpecification) - Method in class io.restassured.module.webtestclient.specification.WebTestClientRequestSpecBuilder
-
Merge this builder with settings from another specification.
- all() - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestLogSpecificationImpl
- all(boolean) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestLogSpecificationImpl
- and() - Method in class io.restassured.module.webtestclient.config.RestAssuredWebTestClientConfig
-
Syntactic sugar.
- and() - Method in class io.restassured.module.webtestclient.config.WebTestClientParamConfig
-
Syntactic sugar.
- and() - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- and() - Method in class io.restassured.module.webtestclient.specification.WebTestClientRequestSpecBuilder
-
Returns the same WebTestClientRequestSpecBuilder instance for syntactic sugar.
- and() - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Syntactic sugar
- applicationContextSetup(ApplicationContext, Object...) - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Build a
WebTestClientusing the given, fully initialized, i.e. - applicationContextSetup(ApplicationContext, WebTestClientConfigurer...) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- applicationContextSetup(ApplicationContext, WebTestClientConfigurer...) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
- asyncConfig(AsyncConfig) - Method in class io.restassured.module.webtestclient.config.RestAssuredWebTestClientConfig
-
Set the async config
- attribute(String, Object) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- attribute(String, Object) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Specify a single-value request attribute
- attributes(Map<String, ?>) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- attributes(Map<String, ?>) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Specify request attributes as a map
- attributeUpdateStrategy() - Method in class io.restassured.module.webtestclient.config.WebTestClientParamConfig
- attributeUpdateStrategy(ParamConfig.UpdateStrategy) - Method in class io.restassured.module.webtestclient.config.WebTestClientParamConfig
-
Set attribute update strategy to the given value.
B
- basePath - Static variable in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
The base path that's used by REST assured when making requests.
- basePath(String) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- body() - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestLogSpecificationImpl
- body(boolean) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestLogSpecificationImpl
- body(byte[]) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- body(byte[]) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Specify a byte array request body that'll be sent with the request.
- body(File) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- body(File) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Specify file content that'll be sent with the request.
- body(Object) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- body(Object) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Specify an Object request content that will automatically be serialized to JSON or XML and sent with the request.
- body(Object, ObjectMapper) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- body(Object, ObjectMapper) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Specify an Object request content that will automatically be serialized to JSON or XML and sent with the request using a specific object mapper.
- body(Object, ObjectMapperType) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- body(Object, ObjectMapperType) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Specify an Object request content that will automatically be serialized to JSON or XML and sent with the request using a specific object mapper type.
- body(String) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- body(String) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Specify a String request body (such as e.g.
- build() - Method in class io.restassured.module.webtestclient.internal.UriContainer.Builder
- build() - Method in class io.restassured.module.webtestclient.specification.WebTestClientRequestSpecBuilder
-
Build the request specification.
- build(WebTestClientConfig) - Method in class io.restassured.module.webtestclient.internal.BuilderBasedWebTestClientFactory
- build(WebTestClientConfig) - Method in interface io.restassured.module.webtestclient.internal.WebTestClientFactory
-
Builds and returns a
WebTestClientinstance based on provided configuration - build(WebTestClientConfig) - Method in class io.restassured.module.webtestclient.internal.WrapperWebTestClientFactory
- BuilderBasedWebTestClientFactory - Class in io.restassured.module.webtestclient.internal
- BuilderBasedWebTestClientFactory(WebTestClient.Builder) - Constructor for class io.restassured.module.webtestclient.internal.BuilderBasedWebTestClientFactory
C
- clientConfig(ClientConfig) - Method in class io.restassured.module.webtestclient.config.RestAssuredWebTestClientConfig
- config - Static variable in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Define a REST Assured WebTestClient configuration.
- config() - Static method in class io.restassured.module.webtestclient.config.RestAssuredWebTestClientConfig
- config() - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
- config(SpecificationConfig) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- config(SpecificationConfig) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
- config(RestAssuredWebTestClientConfig) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- config(RestAssuredWebTestClientConfig) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Define a REST Assured WebTestClient configuration.
- consumeWith(Consumer<EntityExchangeResult<byte[]>>) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSenderImpl
- consumeWith(Consumer<EntityExchangeResult<byte[]>>) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- consumeWith(Consumer<EntityExchangeResult<byte[]>>) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSender
-
Specify a
Consumerto process the request result. - containsPath(String) - Static method in class io.restassured.module.webtestclient.matcher.RestAssuredWebTestClientMatchers
-
Creates a
ResponseAwareMatcherthat extracts the given path from the response and wraps it in aMatchers.equalTo(Object)matcher. - contentType(ContentType) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- contentType(ContentType) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Specify the content type of the request.
- contentType(String) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- contentType(String) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Specify the content type of the request.
- contentType(MediaType) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- contentType(MediaType) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Specify the content type of the request.
- cookie(Cookie) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- cookie(Cookie) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Specify a
Cookieto send with the request. - cookie(String, Object, Object...) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- cookie(String, Object, Object...) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Specify a cookie that'll be sent with the request e.g:
- cookies() - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestLogSpecificationImpl
- cookies(Cookies) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- cookies(Cookies) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Specify the cookies that'll be sent with the request as
Cookies: - cookies(String, Object, Object...) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- cookies(String, Object, Object...) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Specify the cookies that'll be sent with the request.
- cookies(Map<String, ?>) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- cookies(Map<String, ?>) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Specify the cookies that'll be sent with the request as Map e.g:
D
- decoderConfig(DecoderConfig) - Method in class io.restassured.module.webtestclient.config.RestAssuredWebTestClientConfig
-
Set the decoder config
- delete() - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSenderImpl
- delete() - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- delete() - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Perform a DELETE request to the statically configured base path.
- delete(String, Object...) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSenderImpl
- delete(String, Object...) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- delete(String, Object...) - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Perform a DELETE request to a
path. - delete(String, Map<String, ?>) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSenderImpl
- delete(String, Map<String, ?>) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- delete(String, Map<String, ?>) - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Perform a DELETE request to a
path. - delete(URI) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSenderImpl
- delete(URI) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- delete(URI) - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Perform a DELETE request to a
uri. - delete(URL) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSenderImpl
- delete(URL) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- delete(URL) - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Perform a DELETE request to a
url. - delete(Function<UriBuilder, URI>) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSenderImpl
- delete(Function<UriBuilder, URI>) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- delete(Function<UriBuilder, URI>) - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Perform a DELETE request to a path generated from the provided
FunctionuriFunction. - delete(Function<UriBuilder, URI>) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSender
-
* Perform a DELETE request to a uri obtained from a {@link Function<>} that uses
UriBuilderto generateURI.
E
- enableLoggingOfRequestAndResponseIfValidationFails() - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Enable logging of both the request and the response if REST Assured test validation fails with log detail equal to
LogDetail.ALL. - enableLoggingOfRequestAndResponseIfValidationFails(LogDetail) - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Enable logging of both the request and the response if REST Assured test validation fails with the specified log detail.
- encoderConfig(EncoderConfig) - Method in class io.restassured.module.webtestclient.config.RestAssuredWebTestClientConfig
-
Set the encoder config
- endsWithPath(String) - Static method in class io.restassured.module.webtestclient.matcher.RestAssuredWebTestClientMatchers
-
Creates a
ResponseAwareMatcherthat extracts the given path from the response and wraps it in aMatchers.equalTo(Object)matcher. - equalToPath(String) - Static method in class io.restassured.module.webtestclient.matcher.RestAssuredWebTestClientMatchers
-
Creates a
ResponseAwareMatcherthat extracts the given path from the response and wraps it in aMatchers.equalTo(Object)matcher. - everything() - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestLogSpecificationImpl
- everything(boolean) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestLogSpecificationImpl
F
- formParam(String, Object...) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- formParam(String, Object...) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Specify a form parameter that'll be sent with the request.
- formParam(String, Collection<?>) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- formParam(String, Collection<?>) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Specify a multi-value form parameter that'll be sent with the request e.g:
- formParams(String, Object, Object...) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- formParams(String, Object, Object...) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Specify the form parameters that'll be sent with the request.
- formParams(Map<String, ?>) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- formParams(Map<String, ?>) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Specify the form parameters that'll be sent with the request.
- formParamsUpdateStrategy() - Method in class io.restassured.module.webtestclient.config.WebTestClientParamConfig
- formParamsUpdateStrategy(ParamConfig.UpdateStrategy) - Method in class io.restassured.module.webtestclient.config.WebTestClientParamConfig
-
Set form parameter update strategy to the given value.
G
- get() - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSenderImpl
- get() - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- get() - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Perform a GET request to the statically configured base path.
- get(String, Object...) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSenderImpl
- get(String, Object...) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- get(String, Object...) - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Perform a GET request to a
path. - get(String, Map<String, ?>) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSenderImpl
- get(String, Map<String, ?>) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- get(String, Map<String, ?>) - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Perform a GET request to a
path. - get(URI) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSenderImpl
- get(URI) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- get(URI) - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Perform a GET request to a
uri. - get(URL) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSenderImpl
- get(URL) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- get(URL) - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Perform a GET request to a
url. - get(Function<UriBuilder, URI>) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSenderImpl
- get(Function<UriBuilder, URI>) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- get(Function<UriBuilder, URI>) - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Perform a GET request to a path generated from the provided
FunctionuriFunction. - get(Function<UriBuilder, URI>) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSender
-
Perform a GET request to a uri obtained from a {@link Function<>} that uses
UriBuilderto generateURI. - getAsyncConfig() - Method in class io.restassured.module.webtestclient.config.RestAssuredWebTestClientConfig
- getAsyncConfig() - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- getAttributes() - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- getBasePath() - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- getClientConfig() - Method in class io.restassured.module.webtestclient.config.RestAssuredWebTestClientConfig
- getCookies() - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- getDecoderConfig() - Method in class io.restassured.module.webtestclient.config.RestAssuredWebTestClientConfig
- getEncoderConfig() - Method in class io.restassured.module.webtestclient.config.RestAssuredWebTestClientConfig
- getFormParams() - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- getHeaderConfig() - Method in class io.restassured.module.webtestclient.config.RestAssuredWebTestClientConfig
- getJsonConfig() - Method in class io.restassured.module.webtestclient.config.RestAssuredWebTestClientConfig
- getLogConfig() - Method in class io.restassured.module.webtestclient.config.RestAssuredWebTestClientConfig
- getLogRepository() - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- getMatcherConfig() - Method in class io.restassured.module.webtestclient.config.RestAssuredWebTestClientConfig
- getMultiPartConfig() - Method in class io.restassured.module.webtestclient.config.RestAssuredWebTestClientConfig
- getMultiParts() - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- getObjectMapperConfig() - Method in class io.restassured.module.webtestclient.config.RestAssuredWebTestClientConfig
- getParamConfig() - Method in class io.restassured.module.webtestclient.config.RestAssuredWebTestClientConfig
- getParams() - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- getPathParams() - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- getQueryParams() - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- getRequestBody() - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- getRequestContentType() - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- getRequestHeaders() - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- getRequestLoggingFilter() - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- getRestAssuredConfig() - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- getRestAssuredWebTestClientConfig() - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- getSessionConfig() - Method in class io.restassured.module.webtestclient.config.RestAssuredWebTestClientConfig
- getUri() - Method in class io.restassured.module.webtestclient.internal.UriContainer
- getUriVariables() - Method in class io.restassured.module.webtestclient.internal.UriContainer
- getWebTestClientConfig() - Method in class io.restassured.module.webtestclient.config.RestAssuredWebTestClientConfig
- getWebTestClientFactory() - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- getWebTestClientParamConfig() - Method in class io.restassured.module.webtestclient.config.RestAssuredWebTestClientConfig
- getXmlConfig() - Method in class io.restassured.module.webtestclient.config.RestAssuredWebTestClientConfig
- given() - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
This is usually the entry-point of the API if you need to specify parameters or a body in the request.
H
- head() - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSenderImpl
- head() - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- head() - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Perform a HEAD request to the statically configured base path.
- head(String, Object...) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSenderImpl
- head(String, Object...) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- head(String, Object...) - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Perform a HEAD request to a
path. - head(String, Map<String, ?>) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSenderImpl
- head(String, Map<String, ?>) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- head(String, Map<String, ?>) - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Perform a HEAD request to a
path. - head(URI) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSenderImpl
- head(URI) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- head(URI) - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Perform a HEAD request to a
uri. - head(URL) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSenderImpl
- head(URL) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- head(URL) - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Perform a HEAD request to a
url. - head(Function<UriBuilder, URI>) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSenderImpl
- head(Function<UriBuilder, URI>) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- head(Function<UriBuilder, URI>) - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Perform a HEAD request to a path generated from the provided
FunctionuriFunction. - head(Function<UriBuilder, URI>) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSender
-
* Perform a HEAD request to a uri obtained from a {@link Function<>} that uses
UriBuilderto generateURI. - header(Header) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- header(Header) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Specify a
Headerto send with the request. - header(String, Object, Object...) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- header(String, Object, Object...) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Specify a header that'll be sent with the request e.g:
- headerConfig(HeaderConfig) - Method in class io.restassured.module.webtestclient.config.RestAssuredWebTestClientConfig
-
Set the header config
- headers() - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestLogSpecificationImpl
- headers(Headers) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- headers(Headers) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Specify the headers that'll be sent with the request as
Headers, e.g: - headers(String, Object, Object...) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- headers(String, Object, Object...) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Specify the headers that'll be sent with the request.
- headers(Map<String, ?>) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- headers(Map<String, ?>) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Specify the headers that'll be sent with the request as Map e.g:
I
- ifValidationFails() - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestLogSpecificationImpl
- ifValidationFails(LogDetail) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestLogSpecificationImpl
- ifValidationFails(LogDetail, boolean) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestLogSpecificationImpl
- io.restassured.module.webtestclient - package io.restassured.module.webtestclient
- io.restassured.module.webtestclient.config - package io.restassured.module.webtestclient.config
- io.restassured.module.webtestclient.internal - package io.restassured.module.webtestclient.internal
- io.restassured.module.webtestclient.matcher - package io.restassured.module.webtestclient.matcher
- io.restassured.module.webtestclient.response - package io.restassured.module.webtestclient.response
- io.restassured.module.webtestclient.specification - package io.restassured.module.webtestclient.specification
- isAssigned() - Method in class io.restassured.module.webtestclient.internal.BuilderBasedWebTestClientFactory
- isAssigned() - Method in interface io.restassured.module.webtestclient.internal.WebTestClientFactory
-
Checks if underlying
WebTestClientorWebTestClient.Builderis not null - isAssigned() - Method in class io.restassured.module.webtestclient.internal.WrapperWebTestClientFactory
- isUserConfigured() - Method in class io.restassured.module.webtestclient.config.RestAssuredWebTestClientConfig
- isUserConfigured() - Method in class io.restassured.module.webtestclient.config.WebTestClientConfig
- isUserConfigured() - Method in class io.restassured.module.webtestclient.config.WebTestClientParamConfig
J
- jsonConfig(JsonConfig) - Method in class io.restassured.module.webtestclient.config.RestAssuredWebTestClientConfig
-
Set the Json config.
L
- log() - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- log() - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Returns the
WebTestClientRequestLogSpecificationthat allows you to log different parts of theWebTestClientRequestSpecification. - log(LogDetail) - Method in class io.restassured.module.webtestclient.specification.WebTestClientRequestSpecBuilder
-
Enabled logging with the specified log detail.
- logConfig(LogConfig) - Method in class io.restassured.module.webtestclient.config.RestAssuredWebTestClientConfig
-
Set the Log config.
M
- matcherConfig(MatcherConfig) - Method in class io.restassured.module.webtestclient.config.RestAssuredWebTestClientConfig
-
Set the matcher config.
- matchesDtd(File) - Static method in class io.restassured.module.webtestclient.matcher.RestAssuredWebTestClientMatchers
-
Evaluates to true if an XML string matches the supplied DTD.
- matchesDtd(InputStream) - Static method in class io.restassured.module.webtestclient.matcher.RestAssuredWebTestClientMatchers
-
Evaluates to true if an XML string matches the supplied DTD.
- matchesDtd(String) - Static method in class io.restassured.module.webtestclient.matcher.RestAssuredWebTestClientMatchers
-
Evaluates to true if an XML string matches the supplied DTD.
- matchesDtd(URL) - Static method in class io.restassured.module.webtestclient.matcher.RestAssuredWebTestClientMatchers
-
Evaluates to true if an XML string matches the supplied DTD.
- matchesDtdInClasspath(String) - Static method in class io.restassured.module.webtestclient.matcher.RestAssuredWebTestClientMatchers
-
Evaluates to true if an XML file in classpath matches the supplied DTD.
- matchesXsd(File) - Static method in class io.restassured.module.webtestclient.matcher.RestAssuredWebTestClientMatchers
-
Evaluates to true if an XML string matches the supplied XSD (Xml Schema).
- matchesXsd(InputStream) - Static method in class io.restassured.module.webtestclient.matcher.RestAssuredWebTestClientMatchers
-
Evaluates to true if an XML string matches the supplied XSD (Xml Schema).
- matchesXsd(Reader) - Static method in class io.restassured.module.webtestclient.matcher.RestAssuredWebTestClientMatchers
-
Evaluates to true if an XML string matches the supplied XSD (Xml Schema).
- matchesXsd(String) - Static method in class io.restassured.module.webtestclient.matcher.RestAssuredWebTestClientMatchers
-
Evaluates to true if an XML string matches the supplied XSD (Xml Schema).
- matchesXsdInClasspath(String) - Static method in class io.restassured.module.webtestclient.matcher.RestAssuredWebTestClientMatchers
-
Evaluates to true if an XML file in classpath matches the supplied XSD.
- mergeAllParameters() - Method in class io.restassured.module.webtestclient.config.WebTestClientParamConfig
-
Merge all parameter types.
- multiPart(File) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- multiPart(File) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Specify a file to upload to the server using multi-part form data uploading.
- multiPart(String, File) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- multiPart(String, File) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Specify a file to upload to the server using multi-part form data uploading with a specific control name.
- multiPart(String, File, String) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- multiPart(String, File, String) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Specify a file to upload to the server using multi-part form data uploading with a specific control name and mime-type.
- multiPart(String, Object) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- multiPart(String, Object) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Specify an object that will be serialized to JSON and uploaded to the server using multi-part form data uploading with a specific control name.
- multiPart(String, Object, String) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- multiPart(String, Object, String) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Specify an object that will be serialized and uploaded to the server using multi-part form data uploading with a specific control name.
- multiPart(String, String) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- multiPart(String, String) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Specify a string to send to the server using multi-part form data.
- multiPart(String, String, byte[]) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- multiPart(String, String, byte[]) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Specify a byte-array to upload to the server using multi-part form data.
- multiPart(String, String, byte[], String) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- multiPart(String, String, byte[], String) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Specify a byte-array to upload to the server using multi-part form data.
- multiPart(String, String, InputStream) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- multiPart(String, String, InputStream) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Specify an inputstream to upload to the server using multi-part form data.
- multiPart(String, String, InputStream, String) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- multiPart(String, String, InputStream, String) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Specify an inputstream to upload to the server using multi-part form data.
- multiPart(String, String, Object, String) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- multiPart(String, String, Object, String) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Specify an object that will be serialized and uploaded to the server using multi-part form data uploading with a specific control name.
- multiPart(String, String, String) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- multiPart(String, String, String) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Specify a string to send to the server using multi-part form data with a specific mime-type.
- multiPartConfig(MultiPartConfig) - Method in class io.restassured.module.webtestclient.config.RestAssuredWebTestClientConfig
-
Set the multi-part config
N
- newBuilder(String) - Static method in class io.restassured.module.webtestclient.internal.UriContainer
- newConfig() - Static method in class io.restassured.module.webtestclient.config.RestAssuredWebTestClientConfig
O
- objectMapperConfig(ObjectMapperConfig) - Method in class io.restassured.module.webtestclient.config.RestAssuredWebTestClientConfig
-
Set the object mapper config.
- of(Object[]) - Static method in class io.restassured.module.webtestclient.internal.StandaloneWebTestClientFactory
- of(ApplicationContext, Object[]) - Static method in class io.restassured.module.webtestclient.internal.StandaloneWebTestClientFactory
- of(RouterFunction, Object[]) - Static method in class io.restassured.module.webtestclient.internal.StandaloneWebTestClientFactory
- options() - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSenderImpl
- options() - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- options() - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Perform a OPTIONS request to the statically configured base path.
- options(String, Object...) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSenderImpl
- options(String, Object...) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- options(String, Object...) - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Perform a OPTIONS request to a
path. - options(String, Map<String, ?>) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSenderImpl
- options(String, Map<String, ?>) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- options(String, Map<String, ?>) - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Perform a OPTIONS request to a
path. - options(URI) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSenderImpl
- options(URI) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- options(URI) - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Perform a OPTIONS request to a
uri. - options(URL) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSenderImpl
- options(URL) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- options(URL) - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Perform a OPTIONS request to a
url. - options(Function<UriBuilder, URI>) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSenderImpl
- options(Function<UriBuilder, URI>) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- options(Function<UriBuilder, URI>) - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Perform a OPTIONS request to a path generated from the provided
FunctionuriFunction. - options(Function<UriBuilder, URI>) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSender
-
* Perform a OPTIONS request to a uri obtained from a {@link Function<>} that uses
UriBuilderto generateURI. - originalResponse() - Method in class io.restassured.module.webtestclient.internal.ValidatableWebTestClientResponseImpl
P
- param(String, Object...) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- param(String, Object...) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Specify a parameter that'll be sent with the request e.g:
- param(String, Collection<?>) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- param(String, Collection<?>) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Specify a multi-value parameter that'll be sent with the request e.g:
- paramConfig() - Static method in class io.restassured.module.webtestclient.config.WebTestClientParamConfig
- paramConfig(ParamConfig) - Method in class io.restassured.module.webtestclient.config.RestAssuredWebTestClientConfig
- paramConfig(WebTestClientParamConfig) - Method in class io.restassured.module.webtestclient.config.RestAssuredWebTestClientConfig
-
Set the parameter config
- params() - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestLogSpecificationImpl
- params() - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestLogSpecification
-
Logs only the parameters of the request.
- params(String, Object, Object...) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- params(String, Object, Object...) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Specify the parameters that'll be sent with the request.
- params(Map<String, ?>) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- params(Map<String, ?>) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Specify the parameters that'll be sent with the request as Map e.g:
- patch() - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSenderImpl
- patch() - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- patch() - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Perform a PATCH request to the statically configured base path.
- patch(String, Object...) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSenderImpl
- patch(String, Object...) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- patch(String, Object...) - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Perform a PATCH request to a
path. - patch(String, Map<String, ?>) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSenderImpl
- patch(String, Map<String, ?>) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- patch(String, Map<String, ?>) - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Perform a PATCH request to a
path. - patch(URI) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSenderImpl
- patch(URI) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- patch(URI) - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Perform a PATCH request to a
uri. - patch(URL) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSenderImpl
- patch(URL) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- patch(URL) - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Perform a PATCH request to a
url. - patch(Function<UriBuilder, URI>) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSenderImpl
- patch(Function<UriBuilder, URI>) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- patch(Function<UriBuilder, URI>) - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Perform a PATCH request to a path generated from the provided
FunctionuriFunction. - patch(Function<UriBuilder, URI>) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSender
-
* Perform a PATCH request to a uri obtained from a {@link Function<>} that uses
UriBuilderto generateURI. - pathParam(String, Object) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- pathParam(String, Object) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Specify a path parameter.
- pathParams(String, Object, Object...) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- pathParams(String, Object, Object...) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Specify the path parameters that'll be sent with the request.
- pathParams(Map<String, Object>) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- pathParams(Map<String, Object>) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Specify the path parameters that'll be sent with the request.
- pathParamsUpdateStrategy() - Method in class io.restassured.module.webtestclient.config.WebTestClientParamConfig
- post() - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSenderImpl
- post() - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- post() - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Perform a POST request to the statically configured base path.
- post(String, Object...) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSenderImpl
- post(String, Object...) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- post(String, Object...) - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Perform a POST request to a
path. - post(String, Map<String, ?>) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSenderImpl
- post(String, Map<String, ?>) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- post(String, Map<String, ?>) - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Perform a POST request to a
path. - post(URI) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSenderImpl
- post(URI) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- post(URI) - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Perform a POST request to a
uri. - post(URL) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSenderImpl
- post(URL) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- post(URL) - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Perform a POST request to a
url. - post(Function<UriBuilder, URI>) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSenderImpl
- post(Function<UriBuilder, URI>) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- post(Function<UriBuilder, URI>) - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Perform a POST request to a path generated from the provided
FunctionuriFunction. - post(Function<UriBuilder, URI>) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSender
-
Perform a POST request to a uri obtained from a {@link Function<>} that uses
UriBuilderto generateURI. - put() - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSenderImpl
- put() - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- put() - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Perform a PUT request to the statically configured base path.
- put(String, Object...) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSenderImpl
- put(String, Object...) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- put(String, Object...) - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Perform a PUT request to a
path. - put(String, Map<String, ?>) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSenderImpl
- put(String, Map<String, ?>) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- put(String, Map<String, ?>) - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
- put(URI) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSenderImpl
- put(URI) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- put(URI) - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Perform a PUT request to a
uri. - put(URL) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSenderImpl
- put(URL) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- put(URL) - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
- put(Function<UriBuilder, URI>) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSenderImpl
- put(Function<UriBuilder, URI>) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- put(Function<UriBuilder, URI>) - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Perform a PUT request to a path generated from the provided
FunctionuriFunction. - put(Function<UriBuilder, URI>) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSender
-
* Perform a PUT request to a uri obtained from a {@link Function<>} that uses
UriBuilderto generateURI.
Q
- queryParam(String, Object...) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- queryParam(String, Object...) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Specify a query parameter that'll be sent with the request.
- queryParam(String, Collection<?>) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- queryParam(String, Collection<?>) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Specify a multi-value query parameter that'll be sent with the request e.g:
- queryParams(String, Object, Object...) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- queryParams(String, Object, Object...) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Specify the query parameters that'll be sent with the request.
- queryParams(Map<String, ?>) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- queryParams(Map<String, ?>) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Specify the query parameters that'll be sent with the request.
- queryParamsUpdateStrategy() - Method in class io.restassured.module.webtestclient.config.WebTestClientParamConfig
- queryParamsUpdateStrategy(ParamConfig.UpdateStrategy) - Method in class io.restassured.module.webtestclient.config.WebTestClientParamConfig
-
Set query parameter update strategy to the given value.
R
- replaceAllParameters() - Method in class io.restassured.module.webtestclient.config.WebTestClientParamConfig
-
Replace parameter values for all kinds of parameter types.
- request(Method) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSenderImpl
- request(Method) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- request(Method) - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Perform a request to the pre-configured path (by default
http://localhost:8080). - request(Method, String, Object...) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSenderImpl
- request(Method, String, Object...) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- request(Method, String, Object...) - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Perform a HTTP request to a
path. - request(Method, URI) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSenderImpl
- request(Method, URI) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- request(Method, URI) - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Perform a request to a
uri. - request(Method, URL) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSenderImpl
- request(Method, URL) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- request(Method, URL) - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Perform a request to a
url. - request(Method, Function<UriBuilder, URI>) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSenderImpl
- request(Method, Function<UriBuilder, URI>) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- request(Method, Function<UriBuilder, URI>) - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Perform a request to a path generated from the provided
FunctionuriFunction. - request(Method, Function<UriBuilder, URI>) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSender
-
* Perform a request to a uri obtained from a {@link Function<>} that uses
UriBuilderto generateURI. - request(String) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSenderImpl
- request(String) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- request(String) - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Perform a custom HTTP request to the pre-configured path (by default
http://localhost:8080). - request(String, String, Object...) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSenderImpl
- request(String, String, Object...) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- request(String, String, Object...) - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Perform a custom HTTP request to a
path. - request(String, URI) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSenderImpl
- request(String, URI) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- request(String, URI) - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Perform a custom HTTP request to a
uri. - request(String, URL) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSenderImpl
- request(String, URL) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- request(String, URL) - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Perform a custom HTTP request to a
url. - request(String, Function<UriBuilder, URI>) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSenderImpl
- request(String, Function<UriBuilder, URI>) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- request(String, Function<UriBuilder, URI>) - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Perform a request to a path generated from the provided
FunctionuriFunction. - request(String, Function<UriBuilder, URI>) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSender
-
* Perform a request to a uri obtained from a {@link Function<>} that uses
UriBuilderto generateURI. - requestParamsUpdateStrategy() - Method in class io.restassured.module.webtestclient.config.WebTestClientParamConfig
- requestParamsUpdateStrategy(ParamConfig.UpdateStrategy) - Method in class io.restassured.module.webtestclient.config.WebTestClientParamConfig
-
Set request parameter update strategy to the given value.
- requestSpecification - Static variable in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Specify a default request specification that will be sent with each request.
- reset() - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Reset all static configurations to their default values.
- responseSpecification - Static variable in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Specify a default response specification that will be sent with each request.
- RestAssuredWebTestClient - Class in io.restassured.module.webtestclient
-
The Spring Web Test Client module's equivalent of
RestAssured. - RestAssuredWebTestClient() - Constructor for class io.restassured.module.webtestclient.RestAssuredWebTestClient
- RestAssuredWebTestClientConfig - Class in io.restassured.module.webtestclient.config
-
Main configuration for REST Assured WebTestClient that allows you to configure advanced settings.
- RestAssuredWebTestClientConfig() - Constructor for class io.restassured.module.webtestclient.config.RestAssuredWebTestClientConfig
-
Create a new RestAssuredWebTestClientConfig with the default configurations.
- RestAssuredWebTestClientMatchers - Class in io.restassured.module.webtestclient.matcher
-
Providers Hamcrest matchers that may be useful when validating a WebTestClient response.
- RestAssuredWebTestClientMatchers() - Constructor for class io.restassured.module.webtestclient.matcher.RestAssuredWebTestClientMatchers
S
- sessionConfig(SessionConfig) - Method in class io.restassured.module.webtestclient.config.RestAssuredWebTestClientConfig
-
Set the session config.
- sessionId(String) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- sessionId(String) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Set the session id for this request.
- sessionId(String, String) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- sessionId(String, String) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Set the session id name and value for this request.
- set() - Method in class io.restassured.module.webtestclient.config.RestAssuredWebTestClientConfig
-
Syntactic sugar.
- setBasePath(String) - Method in class io.restassured.module.webtestclient.specification.WebTestClientRequestSpecBuilder
-
Set the basePath property of the WebTestClientRequestSpecBuilder instead of using static field RestAssuredWebTestClient.basePath.
- setBody(byte[]) - Method in class io.restassured.module.webtestclient.specification.WebTestClientRequestSpecBuilder
-
Specify a byte array request body to be sent with the request.
- setBody(Object) - Method in class io.restassured.module.webtestclient.specification.WebTestClientRequestSpecBuilder
-
Specify an Object request content that will automatically be serialized to JSON or XML and sent with the request.
- setBody(Object, ObjectMapper) - Method in class io.restassured.module.webtestclient.specification.WebTestClientRequestSpecBuilder
-
Specify an Object request content that will automatically be serialized to JSON or XML and sent with the request using a specific object mapper.
- setBody(Object, ObjectMapperType) - Method in class io.restassured.module.webtestclient.specification.WebTestClientRequestSpecBuilder
-
Specify an Object request content that will automatically be serialized to JSON or XML and sent with the request using a specific object mapper type.
- setBody(String) - Method in class io.restassured.module.webtestclient.specification.WebTestClientRequestSpecBuilder
-
Specify a String request body (such as e.g.
- setConfig(RestAssuredWebTestClientConfig) - Method in class io.restassured.module.webtestclient.specification.WebTestClientRequestSpecBuilder
-
Define a configuration for redirection settings and http client parameters.
- setContentType(ContentType) - Method in class io.restassured.module.webtestclient.specification.WebTestClientRequestSpecBuilder
-
Specify the content type of the request.
- setContentType(String) - Method in class io.restassured.module.webtestclient.specification.WebTestClientRequestSpecBuilder
-
Specify the content type of the request as string.
- setRequestLoggingFilter(RequestLoggingFilter) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- setSessionId(String) - Method in class io.restassured.module.webtestclient.specification.WebTestClientRequestSpecBuilder
-
Set the session id for this request.
- setSessionId(String, String) - Method in class io.restassured.module.webtestclient.specification.WebTestClientRequestSpecBuilder
-
Set the session id name and value for this request.
- setStandaloneSetup(Object...) - Method in class io.restassured.module.webtestclient.specification.WebTestClientRequestSpecBuilder
-
The standalone setup to be used by supplying a set of controllers.
- setStandaloneSetup(WebTestClient.Builder) - Method in class io.restassured.module.webtestclient.specification.WebTestClientRequestSpecBuilder
-
Initialize with a WebTestClientBuilder that will be used to create the
WebTestClientinstance. - setWebAppContextSetup(WebApplicationContext, WebTestClientConfigurer...) - Method in class io.restassured.module.webtestclient.specification.WebTestClientRequestSpecBuilder
-
Initialize with a
WebApplicationContextthat will be used to create theWebTestClientinstance. - setWebTestClient(WebTestClient) - Method in class io.restassured.module.webtestclient.specification.WebTestClientRequestSpecBuilder
-
The webTestClient instance to use.
- spec(WebTestClientRequestSpecification) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- spec(WebTestClientRequestSpecification) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Add request data from a pre-defined specification.
- standaloneSetup(Object...) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- standaloneSetup(Object...) - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Build a
WebTestClientby registering one or more@Controller's instances and configuring WebTestClient programmatically. - standaloneSetup(Object...) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Build a
WebTestClientby registering one or more@Controller's instances and configuring Spring infrastructure programmatically. - standaloneSetup(WebTestClient.Builder) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- standaloneSetup(WebTestClient.Builder) - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Build a
WebTestClientby using a providedWebTestClient.Builderfor configuring WebTestClient programmatically. - standaloneSetup(WebTestClient.Builder) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Build a
WebTestClientby using a providedAbstractWebTestClientBuilderfor configuring Spring infrastructure programmatically. - standaloneSetup(RouterFunction, Object...) - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Build a
WebTestClientby using a providedRouterFunctionfor configuring WebTestClient programmatically. - standaloneSetup(RouterFunction, WebTestClientConfigurer...) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- standaloneSetup(RouterFunction, WebTestClientConfigurer...) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
- StandaloneWebTestClientFactory - Class in io.restassured.module.webtestclient.internal
- StandaloneWebTestClientFactory() - Constructor for class io.restassured.module.webtestclient.internal.StandaloneWebTestClientFactory
- startsWithPath(String) - Static method in class io.restassured.module.webtestclient.matcher.RestAssuredWebTestClientMatchers
-
Creates a
ResponseAwareMatcherthat extracts the given path from the response and wraps it in aMatchers.equalTo(Object)matcher. - status(HttpStatus) - Method in class io.restassured.module.webtestclient.internal.ValidatableWebTestClientResponseImpl
- status(HttpStatus) - Method in interface io.restassured.module.webtestclient.response.ValidatableWebTestClientResponse
-
Validate that the response status matches an Spring-Framework HttpStatus.
T
- then() - Method in class io.restassured.module.webtestclient.internal.WebTestClientRestAssuredResponseImpl
U
- uri(String) - Method in class io.restassured.module.webtestclient.internal.UriContainer.Builder
- UriContainer - Class in io.restassured.module.webtestclient.internal
- UriContainer.Builder - Class in io.restassured.module.webtestclient.internal
- uriVariables(Map<String, Object>) - Method in class io.restassured.module.webtestclient.internal.UriContainer.Builder
V
- ValidatableWebTestClientResponse - Interface in io.restassured.module.webtestclient.response
-
A validatable response of a request made by REST Assured WebTestClient.
- ValidatableWebTestClientResponseImpl - Class in io.restassured.module.webtestclient.internal
- ValidatableWebTestClientResponseImpl(WebTestClient.ResponseSpec, ResponseParserRegistrar, RestAssuredConfig, WebTestClientResponse, ExtractableResponse<WebTestClientResponse>, LogRepository) - Constructor for class io.restassured.module.webtestclient.internal.ValidatableWebTestClientResponseImpl
W
- webAppContextSetup(WebApplicationContext, Object...) - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Build a
WebTestClientusing the given, fully initialized, i.e. - webAppContextSetup(WebApplicationContext, WebTestClientConfigurer...) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- webAppContextSetup(WebApplicationContext, WebTestClientConfigurer...) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Build a
WebTestClientusing the given, fully initialized, i.e. - webTestClient(WebTestClient) - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- webTestClient(WebTestClient) - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
Set a
WebTestClientinstance that REST Assured will use when making requests unless overwritten by aWebTestClientRequestSpecification. - webTestClient(WebTestClient) - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Provide a
WebTestClientinstance to that REST Assured will use when making this request. - webTestClientConfig() - Static method in class io.restassured.module.webtestclient.config.WebTestClientConfig
-
Just syntactic sugar.
- webTestClientConfig(WebTestClientConfig) - Method in class io.restassured.module.webtestclient.config.RestAssuredWebTestClientConfig
-
Set the webTestClient config
- WebTestClientConfig - Class in io.restassured.module.webtestclient.config
- WebTestClientConfig() - Constructor for class io.restassured.module.webtestclient.config.WebTestClientConfig
- WebTestClientConfig(boolean) - Constructor for class io.restassured.module.webtestclient.config.WebTestClientConfig
- WebTestClientFactory - Interface in io.restassured.module.webtestclient.internal
- WebTestClientParamConfig - Class in io.restassured.module.webtestclient.config
- WebTestClientParamConfig() - Constructor for class io.restassured.module.webtestclient.config.WebTestClientParamConfig
- WebTestClientParamConfig(ParamConfig.UpdateStrategy, ParamConfig.UpdateStrategy, ParamConfig.UpdateStrategy, ParamConfig.UpdateStrategy, ParamConfig.UpdateStrategy, boolean) - Constructor for class io.restassured.module.webtestclient.config.WebTestClientParamConfig
- WebTestClientRequestLogSpecification - Interface in io.restassured.module.webtestclient.specification
- WebTestClientRequestLogSpecificationImpl - Class in io.restassured.module.webtestclient.internal
- WebTestClientRequestLogSpecificationImpl(WebTestClientRequestSpecificationImpl) - Constructor for class io.restassured.module.webtestclient.internal.WebTestClientRequestLogSpecificationImpl
- WebTestClientRequestSender - Interface in io.restassured.module.webtestclient.specification
- WebTestClientRequestSenderImpl - Class in io.restassured.module.webtestclient.internal
- WebTestClientRequestSenderImpl(WebTestClient, Map<String, Object>, Map<String, Object>, Map<String, Object>, Map<String, Object>, Map<String, Object>, RestAssuredWebTestClientConfig, Object, Headers, Cookies, List<MultiPartInternal>, RequestLoggingFilter, String, ResponseSpecification, LogRepository) - Constructor for class io.restassured.module.webtestclient.internal.WebTestClientRequestSenderImpl
- WebTestClientRequestSpecBuilder - Class in io.restassured.module.webtestclient.specification
- WebTestClientRequestSpecBuilder() - Constructor for class io.restassured.module.webtestclient.specification.WebTestClientRequestSpecBuilder
- WebTestClientRequestSpecification - Interface in io.restassured.module.webtestclient.specification
- WebTestClientRequestSpecificationImpl - Class in io.restassured.module.webtestclient.internal
- WebTestClientRequestSpecificationImpl(WebTestClientFactory, RestAssuredWebTestClientConfig, String, WebTestClientRequestSpecification, ResponseSpecification) - Constructor for class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- WebTestClientResponse - Interface in io.restassured.module.webtestclient.response
- WebTestClientRestAssuredResponseImpl - Class in io.restassured.module.webtestclient.internal
- WebTestClientRestAssuredResponseImpl(WebTestClient.ResponseSpec, LogRepository) - Constructor for class io.restassured.module.webtestclient.internal.WebTestClientRestAssuredResponseImpl
- when() - Method in class io.restassured.module.webtestclient.internal.WebTestClientRequestSpecificationImpl
- when() - Method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
This is usually the entry-point of the API if you need to specify parameters or a body in the request.
- when() - Method in interface io.restassured.module.webtestclient.specification.WebTestClientRequestSpecification
-
Call this method when you're done setting up the request specification.
- with() - Method in class io.restassured.module.webtestclient.config.RestAssuredWebTestClientConfig
-
Syntactic sugar.
- with() - Method in class io.restassured.module.webtestclient.config.WebTestClientConfig
-
Just syntactic sugar to make the DSL more English-like.
- with() - Method in class io.restassured.module.webtestclient.config.WebTestClientParamConfig
-
Syntactic sugar.
- with() - Static method in class io.restassured.module.webtestclient.RestAssuredWebTestClient
-
This is usually the entry-point of the API if you need to specify parameters or a body in the request.
- WrapperWebTestClientFactory - Class in io.restassured.module.webtestclient.internal
- WrapperWebTestClientFactory(WebTestClient) - Constructor for class io.restassured.module.webtestclient.internal.WrapperWebTestClientFactory
X
- xmlConfig(XmlConfig) - Method in class io.restassured.module.webtestclient.config.RestAssuredWebTestClientConfig
-
Set the Xml config.
All Classes and Interfaces|All Packages