NAME
Fennec::Runner - The runner class that loads test files/classes and runs them.
DESCRIPTION
Loads test classes and files, processes them, then runs the tests. This class is a singleton instantiated by import() or new(), whichever comes first.
API
There are no user servicable parts unless you use a test framework that is not based on Test::Builder. In that case it may be useful to subclass the runner and override the listener_class() and init() methods.
For more information see Fennec::Recipe::CustomRunner.
API STABILITY
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
Chad Granum exodist7@gmail.com
COPYRIGHT
Copyright (C) 2011 Chad Granum
Fennec is free software; Standard perl licence.
Fennec is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the license for more details.