NAME
Fennec::Standalone - Standalone Fennec test module
DESCRIPTION
Use this instead of Fennec when writing standlone tests. Creates a runner, starts a root workflow, provides done_testing() to finish things up.
HOWTO DOCUMENTATION
How to write standalone tests.
DEVELOPER API
This documentation contains developer documentation for those wishing to develop Fennec. For usage information see the Fennec::Manual.
- import( runner => {...}, %fennec_args )
-
import() will initialize a runner, call fennec::import(), and override some of the functions exported by fennec to work in a standalone setting.
You can specify arguments for the runner with runner => {...}. Any other arguments will be passed along to the Fennec module.
AUTHORS
Chad Granum exodist7@gmail.com
COPYRIGHT
Copyright (C) 2010 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.