org.scalatest

tags

package tags

Visibility
  1. Public
  2. All

Type Members

  1. trait CPU extends Annotation

    Annotation used to tag a test, or suite of tests, as being CPU-intensive (i.e., consuming a lot of CPU time when it runs).

  2. trait ChromeBrowser extends Annotation

    Tag that indicates a Selenium test uses the Chrome browser.

  3. trait Disk extends Annotation

    Annotation used to tag a test, or suite of tests, as being disk-intensive (i.e., consuming a large amount of disk-IO bandwidth when it runs).

  4. trait FirefoxBrowser extends Annotation

    Tag that indicates a Selenium test uses the Firefox browser.

  5. trait HtmlUnitBrowser extends Annotation

    Tag that indicates a Selenium test uses the HtmlUnit browser.

  6. trait InternetExplorerBrowser extends Annotation

    Tag that indicates a Selenium test uses the InternetExplorer browser.

  7. trait Network extends Annotation

    Annotation used to tag a test, or suite of tests, as being network-intensive (i.e., consuming a large amount of network bandwidth when it runs).

  8. trait Retryable extends Annotation

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

  9. trait SafariBrowser extends Annotation

    Tag that indicates a Selenium test uses the Safari browser.

  10. trait Slow extends Annotation

    Annotation used to tag a test, or suite of tests, as being slow (i.e., requiring a long time to run).

Ungrouped