Test::Able::Method::Array - Test-related method list


Test-Able documentation  | view source Contained in the Test-Able distribution.

Index


NAME

Top

Test::Able::Method::Array - Test-related method list

DESCRIPTION

Top

This only exists, as a convenience, to provide overriding in a hash context. Instead of having to do this:

 my ( $m ) = grep {
     $_->name eq 'test_on_x_and_y_and_z';
 } @{ $t->meta->test_methods };

one can do this:

 my $m = $t->meta->test_methods->{ 'test_on_x_and_y_and_z' };

AUTHOR

Top

Justin DeVuyst, justin@devuyst.com

COPYRIGHT AND LICENSE

Top


Test-Able documentation  | view source Contained in the Test-Able distribution.