1Test::Class::MethodInfoU(s3e)r Contributed Perl DocumentaTteisotn::Class::MethodInfo(3)
2
3
4
6 Test::Class::MethodInfo - the info associated with a test method
7
9 version 0.51
10
12 # Secret internal class
13 # not for public use
14
16 Holds info related to particular test methods. Not part of the public
17 API and likely to change or completely disappear. If you need to rely
18 on any of this code let me know and we'll see if we can work something
19 out.
20
22 new
23 is_method_type
24 is_num_tests
25 is_type
26 name
27 type
28 num_tests
29
31 Adrian Howard <adrianh@quietstars.com>
32
33 If you can spare the time, please drop me a line if you find this
34 module useful.
35
37 Test::Class
38 What you should be looking at rather than this internal stuff
39
41 Copyright 2006 Adrian Howard, All Rights Reserved.
42
43 This program is free software; you can redistribute it and/or modify it
44 under the same terms as Perl itself.
45
46
47
48perl v5.36.0 2022-07-22 Test::Class::MethodInfo(3)