1Test::Name::FromLine(3)User Contributed Perl DocumentatioTnest::Name::FromLine(3)
2
3
4
6 Test::Name::FromLine - Auto fill test names from caller line
7
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
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
22 cho45 <cho45@lowreal.net>
23
25 This is inspired from
26 <http://subtech.g.hatena.ne.jp/motemen/20101214/1292316676>.
27
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.36.0 2023-01-20 Test::Name::FromLine(3)