WebTest.DefinitionStages.WithRequest Interface
public static interface WebTest.DefinitionStages.WithRequest
The stage of the WebTest definition allowing to specify request.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withRequest(WebTestPropertiesRequest request)
Specifies the request property: The collection of request properties. |
Method Details
withRequest
public abstract WebTest.DefinitionStages.WithCreate withRequest(WebTestPropertiesRequest request)
Specifies the request property: The collection of request properties.
Parameters:
Returns: