TestAnnotation

Companion:
class
class Object
trait Matchable
class Any

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.

val output: TestAnnotation[Chunk[ConsoleIO]]

An annotation which tracks output produced by a test.

An annotation which tracks output produced by a test.

An annotation which counts repeated tests.

An annotation which counts repeated tests.

An annotation which counts retried tests.

An annotation which counts retried tests.

val tagged: TestAnnotation[Set[String]]

An annotation which tags tests with strings.

An annotation which tags tests with strings.

An annotation for timing.

An annotation for timing.