Fennec::Listener - Base class for Fennec listeners.


Fennec documentation  | view source Contained in the Fennec distribution.

Index


NAME

Top

Fennec::Listener - Base class for Fennec listeners.

DESCRIPTION

Top

Override this to create a new listener.

METHODS TO OVERRIDE

Top

$class->new()

Create a new instance of the listener, takes no arguments.

$obj->ok( $status, $name)
$obj->diag( @messages )
$obj->skip( $name )
$obj->todo_start( $reason )
$obj->todo_end()

Sometimes Fennec needs to produce test results, it will turn to the listener to do so. All 5 of these must be provided.

$obj->terminate()

Called when the master process is about to exit.

API STABILITY

Top

Fennec versions below 1.000 were considered experimental, and the API was subject to change. As of version 1.0 the API is considered stabalized. New versions may add functionality, but not remove or significantly alter existing functionality.

AUTHORS

Top

Chad Granum exodist7@gmail.com

COPYRIGHT

Top


Fennec documentation  | view source Contained in the Fennec distribution.