Test

final case class Test(ref: Atomic[TestAnnotationMap]) extends Annotations
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def annotate[V](key: TestAnnotation[V], value: V)(implicit trace: Trace): UIO[Unit]
def get[V](key: TestAnnotation[V])(implicit trace: Trace): UIO[V]
def supervisedFibers(implicit trace: Trace): UIO[SortedSet[Runtime[Any, Any]]]
def withAnnotation[R, E](zio: ZIO[R, TestFailure[E], TestSuccess])(implicit trace: Trace): ZIO[R, TestFailure[E], TestSuccess]

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product