DESCRIPTION
When you "use Fennec;" a function is added to you class named 'FENNEC' that returns the single Fennec meta-object that tracks information about your class.ATTRIBUTES
- parallel
- Maximum number of parallel tests that can be run for your class.
- class
- Name of your class.
- fennec
- Name of the class that was used to load fennec (usually 'Fennec')
- base
- Base class Fennec put in place, if any.
- test_sort
- What method of test sorting was specified, if any.
- with_tests
- List of test templates loaded into your class.
AUTHORS
Chad Granum [email protected]COPYRIGHT
Copyright (C) 2013 Chad GranumFennec is free software; Standard perl license.
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.