org.scalatest

tagobjects

package tagobjects

Visibility
  1. Public
  2. All

Value Members

  1. object CPU extends Tag

    Tag object that indicates a test is CPU-intensive (i.e., consumes a lot of CPU time when it runs).

  2. object ChromeBrowser extends Tag

    Tag object that indicates a Selenium test uses the Chrome browser.

  3. object Disk extends Tag

    Tag object that indicates a test is disk-intensive (i.e., consumes a lot of disk-IO bandwidth when it runs).

  4. object FirefoxBrowser extends Tag

    Tag object that indicates a Selenium test uses the Firefox browser.

  5. object HtmlUnitBrowser extends Tag

    Tag object that indicates a Selenium test uses the HtmlUnit browser.

  6. object InternetExplorerBrowser extends Tag

    Tag that indicates a Selenium test uses the Internet Explorer browser.

  7. object Network extends Tag

    Tag object that indicates a test is network-intensive (i.e., consumes a lot of network bandwidth when it runs).

  8. object Retryable extends Tag

    Tag object that indicates a test is a candidate for retrying on either failure, cancellation, or both.

  9. object SafariBrowser extends Tag

    Tag object that indicates a Selenium test uses the Safari browser.

  10. object Slow extends Tag

    Tag object that indicates a test is slow (i.e., takes a long time to run).

Ungrouped