1Test::Name::FromLine(3)User Contributed Perl DocumentatioTnest::Name::FromLine(3)
2
3
4

NAME

6       Test::Name::FromLine - Auto fill test names from caller line
7

SYNOPSIS

9         use Test::Name::FromLine; # just use this
10         use Test::More;
11
12         is 1, 1; #=> ok 1 - L3: is 1, 1;
13
14         done_testing;
15

DESCRIPTION

17       Test::Name::FromLine is test utility that fills test names from its
18       file.  Just use this module in test and this module fill test names to
19       all test except named one.
20

AUTHOR

22       cho45 <cho45@lowreal.net>
23

SEE ALSO

25       This is inspired from
26       <http://subtech.g.hatena.ne.jp/motemen/20101214/1292316676>.
27

LICENSE

29       This library is free software; you can redistribute it and/or modify it
30       under the same terms as Perl itself.
31
32
33
34perl v5.30.0                      2019-07-26           Test::Name::FromLine(3)
Impressum