Interface WebTest.DefinitionStages.WithLocations

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

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

    • withLocations

      Specifies the locations property: A list of where to physically run the tests from to give global coverage for accessibility of your application..
      Parameters:
      locations - A list of where to physically run the tests from to give global coverage for accessibility of your application.
      Returns:
      the next definition stage.