object TestAnnotation
- Companion:
- class
Value members
Concrete methods
def apply[V](identifier: String, initial: V, combine: (V, V) => V)(implicit tag: Tag[V]): TestAnnotation[V]
Concrete fields
An annotation which tracks output produced by a test.
An annotation which tracks output produced by a test.