to.pm.org Jan 2005 Testing the Testers #6

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...
< | ^ | >
Copyright © 2005 James FitzGibbon