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 Disk extends Tag

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

  3. object Network extends Tag

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

  4. object Retryable extends Tag

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

  5. object Slow extends Tag

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

Ungrouped