ZTestEventHandlerSbt

zio.test.sbt.ZTestEventHandlerSbt
class ZTestEventHandlerSbt(eventHandler: EventHandler, taskDef: TaskDef, renderer: TestRenderer) extends ZTestEventHandler

Reports test results to SBT, ensuring that the test task fails if any ZIO test instances fail

Value parameters

eventHandler

The underlying handler provided by SBT

taskDef

The test task that we are reporting for

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def handle(event: ExecutionEvent): UIO[Unit]

Concrete fields