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 Details

    • withWebTestName

      WebTest.DefinitionStages.WithCreate withWebTestName(String webTestName)
      Specifies the webTestName property: User defined name if this WebTest..
      Parameters:
      webTestName - User defined name if this WebTest.
      Returns:
      the next definition stage.