NAME
Test::Class::Moose::Report::Instance - Reporting on test classes
VERSION
version 0.59
DESCRIPTION
Should be considered experimental and read only.
IMPLEMENTS
Test::Class::Moose::Role::Reporting.
ATTRIBUTES
test_methods
Returns an array reference of Test::Class::Moose::Report::Method objects.
all_test_methods
Returns an array of Test::Class::Moose::Report::Method objects.
error
If this class could not be run, returns a string explaining the error.
has_error
Returns a boolean indicating whether or not the class has an error.
AUTHOR
Curtis "Ovid" Poe <ovid@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Curtis "Ovid" Poe.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.