Interface WebTest.DefinitionStages.WithTimeout

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

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

    • withTimeout

      Specifies the timeout property: Seconds until this WebTest will timeout and fail. Default value is 30..
      Parameters:
      timeout - Seconds until this WebTest will timeout and fail. Default value is 30.
      Returns:
      the next definition stage.