NAME
Fennec::Meta - The meta-object added to all Fennec test classes.
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.
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.