| Package | Description |
|---|---|
| io.restassured.module.spring.commons.config |
| Modifier and Type | Method and Description |
|---|---|
static AsyncConfig |
AsyncConfig.asyncConfig()
Just syntactic sugar.
|
AsyncConfig |
SpecificationConfig.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 |
|---|---|
SpecificationConfig |
SpecificationConfig.asyncConfig(AsyncConfig asyncConfig) |
Copyright © 2010–2020. All rights reserved.