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

An annotation which counts ignored tests.

An annotation which counts ignored tests.

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.

An annotation which tags tests with strings.

An annotation which tags tests with strings.

An annotation for timing.

An annotation for timing.