WebTest.DefinitionStages.WithWebTestName Interface
public static interface WebTest.DefinitionStages.WithWebTestName
The stage of the WebTest definition allowing to specify webTestName.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withWebTestName(String webTestName)
Specifies the web |
Method Details
withWebTestName
public abstract WebTest.DefinitionStages.WithCreate withWebTestName(String webTestName)
Specifies the webTestName property: User defined name if this WebTest..
Parameters:
Returns: