| Package | Description |
|---|---|
| io.restassured.module.mockmvc.config | |
| io.restassured.module.mockmvc.internal |
| Modifier and Type | Method and Description |
|---|---|
static AsyncConfig |
AsyncConfig.asyncConfig()
Just syntactic sugar.
|
AsyncConfig |
RestAssuredMockMvcConfig.getAsyncConfig() |
AsyncConfig |
AsyncConfig.timeout(long timeoutInMs)
Specify the timeout for the async request in milliseconds.
|
AsyncConfig |
AsyncConfig.timeout(long duration,
TimeUnit timeUnit)
Specify the timeout for the async request in milliseconds.
|
AsyncConfig |
AsyncConfig.with()
Just syntactic sugar to make the DSL more english like.
|
static AsyncConfig |
AsyncConfig.withTimeout(long duration,
TimeUnit timeUnit) |
| Modifier and Type | Method and Description |
|---|---|
RestAssuredMockMvcConfig |
RestAssuredMockMvcConfig.asyncConfig(AsyncConfig asyncConfig)
Set the async config
|
| Modifier and Type | Method and Description |
|---|---|
AsyncConfig |
MockMvcRequestSpecificationImpl.getAsyncConfig() |
Copyright © 2010–2017. All rights reserved.