1Test::Able::Method::ArrUasye(r3)Contributed Perl DocumenTteastti:o:nAble::Method::Array(3)
2
3
4

NAME

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

DESCRIPTION

9       This only exists, as a convenience, to provide overriding in a hash
10       context.  Instead of having to do this:
11
12        my ( $m ) = grep {
13            $_->name eq 'test_on_x_and_y_and_z';
14        } @{ $t->meta->test_methods };
15
16       one can do this:
17
18        my $m = $t->meta->test_methods->{ 'test_on_x_and_y_and_z' };
19

AUTHOR

21       Justin DeVuyst, "justin@devuyst.com"
22
24       Copyright 2009 by Justin DeVuyst.
25
26       This library is free software, you can redistribute it and/or modify it
27       under the same terms as Perl itself.
28
29
30
31perl v5.32.0                      2020-07-28      Test::Able::Method::Array(3)
Impressum