TestAnnotation

zio.test.TestAnnotation$
See theTestAnnotation companion class

Attributes

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

Members list

Concise view

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

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

An annotation which tags tests with strings.

An annotation which tags tests with strings.

Attributes

An annotation for timing.

An annotation for timing.

Attributes