sbt.testing
Interface implemented by clients that handle events fired by the test framework during a run.
An event handler is passed to the test framework via the execute method of Tasks.
execute
Task
Handle an event.
the event to handle
Interface implemented by clients that handle events fired by the test framework during a run.
An event handler is passed to the test framework via the
execute
method ofTask
s.