Test::Tester
1..12
ok 1 - use Test::Foo;
ok 2 - Test 'foo_ok('foo')' completed
ok 3 - Test 'foo_ok('foo')' no premature diagostication
ok 4 - Test 'foo_ok('foo')' result count
ok 5 - subtest 'test if 'foo' eq 'foo'' of 'foo_ok('foo')' compare ok
ok 6 - subtest 'test if 'foo' eq 'foo'' of 'foo_ok('foo')' compare name
ok 7 - Test 'foo_ok('bar')' completed
ok 8 - Test 'foo_ok('bar')' no premature diagostication
ok 9 - Test 'foo_ok('bar')' result count
ok 10 - subtest 'test if 'bar' eq 'foo'' of 'foo_ok('bar')' compare ok
ok 11 - subtest 'test if 'bar' eq 'foo'' of 'foo_ok('bar')' compare name
ok 12 - subtest 'test if 'bar' eq 'foo'' of 'foo_ok('bar')' compare diag
- Performs additional tests:
- no diagnostics before output
continued...