ExecutionEventSink

zio.test.ExecutionEventSink
See theExecutionEventSink companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def ExecutionEventSinkLive(testOutput: TestOutput): ZIO[Any, Nothing, ExecutionEventSink]
def live(console: Console, eventRenderer: ReporterEventRenderer): ZLayer[Any, Nothing, ExecutionEventSink]
def process(event: ExecutionEvent): ZIO[ExecutionEventSink, Nothing, Unit]

Concrete fields

val live: ZLayer[TestOutput, Nothing, ExecutionEventSink]