RSS | Module Info | Add a review of Test-DataDriven
Test-DataDriven
(0.03)
it seems to be good, but simple script(in example):
use MyTest;
use Test::More tests => 4;
Test::DataDriven->run;
__END__
=== Test 1
--- add1 chomp
3
--- result
4
=== Test 1
--- add1 chomp
7
--- result
8
-------------------------
don't work
C:\Users\nmishin\Documents\db\20120409\t>perl -Ilib start.t
1..4
Undefined subroutine &MyTest::add_1 called at lib/MyTest.pm line 16, <DATA> line
1.
# Looks like your test exited with 255 before it could output anything.
Nikolay Nishin - 2012-04-09T03:03:47 (permalink)
0 out of 3 found this review helpful.
Was this review helpful to you?
Yes
No

