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 # Secret internal class
10 # not for public use
11
13 Holds info related to particular test methods. Not part of the public
14 API and likely to change or completely disappear. If you need to rely
15 on any of this code let me know and we'll see if we can work something
16 out.
17
19 new
20 is_method_type
21 is_num_tests
22 is_type
23 name
24 num_tests
25
27 None known at the time of writing. Apart from the fact this seems a bit
28 gnarly so I'm likely to tidy it up at some point.
29
30 If you find any please let me know by e-mail, or report the problem
31 with <http://rt.cpan.org/>.
32
34 If you think this module should do something that it doesn't (or does
35 something that it shouldn't) please let me know.
36
37 You can see my current to do list at
38 <http://adrianh.tadalist.com/lists/public/15423>, with an RSS feed of
39 changes at <http://adrianh.tadalist.com/lists/feed_public/15423>.
40
42 Adrian Howard <adrianh@quietstars.com>
43
44 If you can spare the time, please drop me a line if you find this
45 module useful.
46
48 Test::Class
49 What you should be looking at rather than this internal stuff
50
52 Copyright 2006 Adrian Howard, All Rights Reserved.
53
54 This program is free software; you can redistribute it and/or modify it
55 under the same terms as Perl itself.
56
57
58
59perl v5.12.0 2010-05-11 Test::Class::MethodInfo(3)