Class Hydra::Listener::Abstract
In: lib/hydra/listener/abstract.rb
Parent: Object

Abstract listener that implements all the events but does nothing.

Methods

Public Class methods

Create a new listener.

Output: The IO object for outputting any information. Defaults to STDOUT, but you could pass a file in, or STDERR

Public Instance methods

Fired when a file is started

Fired when a file is finished

Fired when testing has started

Fired when testing finishes, after the workers shutdown

Fired after runner processes have been started

Fired before shutting down the worker

[Validate]