TestAnnotation

zio.test.TestAnnotation
See theTestAnnotation companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply[V](identifier: String, initial: V, combine: (V, V) => V)(implicit tag: Tag[V]): TestAnnotation[V]
def compose[A](left: Either[Int, Chunk[A]], right: Either[Int, Chunk[A]]): Either[Int, Chunk[A]]

Concrete fields

val fibers: TestAnnotation[Either[Int, Chunk[AtomicReference[SortedSet[Runtime[Any, Any]]]]]]

An annotation which counts ignored tests.

An annotation which counts ignored tests.

Attributes

val output: TestAnnotation[Chunk[ConsoleIO]]

An annotation which tracks output produced by a test.

An annotation which tracks output produced by a test.

Attributes

An annotation which counts repeated tests.

An annotation which counts repeated tests.

Attributes

An annotation which counts retried tests.

An annotation which counts retried tests.

Attributes

val tagged: TestAnnotation[Set[String]]

An annotation which tags tests with strings.

An annotation which tags tests with strings.

Attributes

An annotation for timing.

An annotation for timing.

Attributes