Merge from vendor branch TNF:
[pkgsrcv2.git] / devel / p5-Test-Assertions / DESCR
1 The Perl 5 module Test::Assertions provides a convenient set of
2 tools for constructing tests, such as unit tests or run-time
3 assertion checks (like C's ASSERT macro).  Unlike some of the Test::
4 modules available on CPAN, Test::Assertions is not limited to unit
5 test scripts; for example it can be used to check output is as
6 expected within a benchmarking script.  When it is used for unit
7 tests, it generates output in the standard form for CPAN unit
8 testing (under Test::Harness).