Interface WebTest.DefinitionStages.WithWebTestName
- All Known Subinterfaces:
WebTest.Definition,WebTest.DefinitionStages.WithCreate
- Enclosing interface:
- WebTest.DefinitionStages
public static interface WebTest.DefinitionStages.WithWebTestName
The stage of the WebTest definition allowing to specify webTestName.
-
Method Summary
Modifier and TypeMethodDescriptionwithWebTestName(String webTestName) Specifies the webTestName property: User defined name if this WebTest..
-
Method Details
-
withWebTestName
Specifies the webTestName property: User defined name if this WebTest..- Parameters:
webTestName- User defined name if this WebTest.- Returns:
- the next definition stage.
-