Service

trait Service extends Serializable
class Object
trait Matchable
class Any

Value members

Abstract methods

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