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 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).

  3. 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).

  4. trait Retryable extends Annotation

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

  5. 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