OutputHandler
interface OutputHandler
Receives test lifecycle events from the runner to produce output.
Methods
void
begin()
No description
void
end()
No description
void
void
tick(Job[] $running)
called periodically during test execution
Details
at line 18
void
begin()
No description
at line 20
void
prepare(Test $test)
No description
at line 22
void
finish(Test $test)
No description
at line 24
void
end()
No description
at line 16
void
jobStarted(Job $job)
called when a job starts running
at line 16
void
tick(Job[] $running)
called periodically during test execution