Interface WebTest.DefinitionStages.WithDescription

All Known Subinterfaces:
WebTest.Definition, WebTest.DefinitionStages.WithCreate
Enclosing interface:
WebTest.DefinitionStages

public static interface WebTest.DefinitionStages.WithDescription
The stage of the WebTest definition allowing to specify description.
  • Method Details

    • withDescription

      WebTest.DefinitionStages.WithCreate withDescription(String description)
      Specifies the description property: Purpose/user defined descriptive test for this WebTest..
      Parameters:
      description - Purpose/user defined descriptive test for this WebTest.
      Returns:
      the next definition stage.