STOP! If all you want to do is write a test script, consider using
authoradrianp <adrianp>
Sun, 6 Aug 2006 13:10:52 +0000 (13:10 +0000)
committeradrianp <adrianp>
Sun, 6 Aug 2006 13:10:52 +0000 (13:10 +0000)
commitcba405d69dc81206e18433e7f0101e1fdb91555a
tree8f53d12a5dbe32acc39b2e68ccd96db6f99363ef
parente9b498071a12fb51dfa7dbdd791a2e4d21257cf3
STOP! If all you want to do is write a test script, consider using
Test::Simple. Test::Harness is the module that reads the output from
Test::Simple, Test::More and other modules based on Test::Builder. You don't
need to know about Test::Harness to use those modules.

Test::Harness runs tests and expects output from the test in a certain format.
That format is called TAP, the Test Anything Protocol. It is defined in
Test::Harness::TAP.

Test::Harness::runtests(@tests) runs all the testscripts named as arguments
and checks standard output for the expected strings in TAP format.

The prove utility is a thin wrapper around Test::Harness.
devel/p5-Test-Harness/DESCR
devel/p5-Test-Harness/Makefile
devel/p5-Test-Harness/PLIST
devel/p5-Test-Harness/distinfo