Test::Class::MethodInfo - the info associated with a test method
# Secret internal class
# not for public use
Holds info related to particular test methods. Not part of the public API and
likely to change or completely disappear. If you need to rely on any of this
code let me know and we'll see if we can work something out.
- new
- is_method_type
- is_num_tests
- is_type
- name
- type
- num_tests
Adrian Howard <adrianh@quietstars.com>
If you can spare the time, please drop me a line if you find this
module useful.
- Test::Class
- What you should be looking at rather than this internal stuff
Copyright 2006 Adrian Howard, All Rights Reserved.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.