Packages

object TestAnnotation extends Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TestAnnotation
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply[V](identifier: String, initial: V, combine: (V, V) => V)(implicit tag: zio.EnvironmentTag[V]): TestAnnotation[V]
  2. def compose[A](left: Either[Int, Chunk[A]], right: Either[Int, Chunk[A]]): Either[Int, Chunk[A]]
  3. val fibers: TestAnnotation[Either[Int, Chunk[AtomicReference[SortedSet[Fiber.Runtime[Any, Any]]]]]]
  4. val ignored: TestAnnotation[Int]

    An annotation which counts ignored tests.

  5. val output: TestAnnotation[Chunk[ConsoleIO]]

    An annotation which tracks output produced by a test.

  6. val repeated: TestAnnotation[Int]

    An annotation which counts repeated tests.

  7. val retried: TestAnnotation[Int]

    An annotation which counts retried tests.

  8. val tagged: TestAnnotation[Set[String]]

    An annotation which tags tests with strings.

  9. val timing: TestAnnotation[TestDuration]

    An annotation for timing.