Using our Custom Test
use strict;
use Test::More tests => 3;
use Test::Foo;
foo_ok('foo');
foo_ok('bar');
foo_ok('baz', 'test baz');
continued...
| to.pm.org Jan 2005 | Testing the Testers | #6 |
use strict;
use Test::More tests => 3;
use Test::Foo;
foo_ok('foo');
foo_ok('bar');
foo_ok('baz', 'test baz');
continued...