1Fennec::Meta(3) User Contributed Perl Documentation Fennec::Meta(3)
2
3
4
6 Fennec::Meta - The meta-object added to all Fennec test classes.
7
9 When you "use Fennec;" a function is added to you class named 'FENNEC'
10 that returns the single Fennec meta-object that tracks information
11 about your class.
12
14 parallel
15 Maximum number of parallel tests that can be run for your class.
16
17 class
18 Name of your class.
19
20 fennec
21 Name of the class that was used to load fennec (usually 'Fennec')
22
23 base
24 Base class Fennec put in place, if any.
25
26 test_sort
27 What method of test sorting was specified, if any.
28
29 with_tests
30 List of test templates loaded into your class.
31
33 Chad Granum exodist7@gmail.com
34
36 Copyright (C) 2013 Chad Granum
37
38 Fennec is free software; Standard perl license.
39
40 Fennec is distributed in the hope that it will be useful, but WITHOUT
41 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
42 FITNESS FOR A PARTICULAR PURPOSE. See the license for more details.
43
44
45
46perl v5.34.0 2022-01-21 Fennec::Meta(3)