Creating your own Tests
- Must produce output that Test::Harness can understand
not ok 1 - test name # diagnostics ok 2 - test name
- Test::More
- ok
- is
- like
- Test::Exception
- lives_ok
- dies_ok
- throws_ok
- Both are built on top of Test::Builder
| to.pm.org Jan 2005 | Testing the Testers | #4 |
not ok 1 - test name # diagnostics ok 2 - test name