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.50
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 None known at the time of writing. Apart from the fact this seems a bit
32 gnarly so I'm likely to tidy it up at some point.
33
34 If you find any please let me know by e-mail, or report the problem
35 with <http://rt.cpan.org/>.
36
38 If you think this module should do something that it doesn't (or does
39 something that it shouldn't) please let me know.
40
41 You can see my current to do list at
42 <http://adrianh.tadalist.com/lists/public/15423>, with an RSS feed of
43 changes at <http://adrianh.tadalist.com/lists/feed_public/15423>.
44
46 Adrian Howard <adrianh@quietstars.com>
47
48 If you can spare the time, please drop me a line if you find this
49 module useful.
50
52 Test::Class
53 What you should be looking at rather than this internal stuff
54
56 Copyright 2006 Adrian Howard, All Rights Reserved.
57
58 This program is free software; you can redistribute it and/or modify it
59 under the same terms as Perl itself.
60
61
62
63perl v5.32.0 2020-07-28 Test::Class::MethodInfo(3)