WebTest.DefinitionStages.WithTimeout Interface
public static interface WebTest.DefinitionStages.WithTimeout
The stage of the WebTest definition allowing to specify timeout.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withTimeout(Integer timeout)
Specifies the timeout property: Seconds until this Web |
Method Details
withTimeout
public abstract WebTest.DefinitionStages.WithCreate withTimeout(Integer timeout)
Specifies the timeout property: Seconds until this WebTest will timeout and fail. Default value is 30..
Parameters:
Returns: