org.scalatest

tagobjects

package tagobjects

Singleton-object versions of ScalaTest's built-in tags.

This package is released as part of the scalatest-core module.

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. tagobjects
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
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).

Inherited from AnyRef

Inherited from Any

Ungrouped