Test

zio.test.Annotations.Test
final case class Test(ref: Atomic[TestAnnotationMap]) extends Annotations

Attributes

Graph
Supertypes
trait Product
trait Equals
trait Annotations
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

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

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product