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

class Object
trait Matchable
class Any

Value members

Concrete methods

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