pkgsrc/devel/p5-Test-Assertions/DESCR
seb 684bb6a331 Initial import of p5-Test-Assertions version 1.054 in the NetBSD
Packages Collection.

The Perl 5 module Test::Assertions provides a convenient set of
tools for constructing tests, such as unit tests or run-time
assertion checks (like C's ASSERT macro).  Unlike some of the Test::
modules available on CPAN, Test::Assertions is not limited to unit
test scripts; for example it can be used to check output is as
expected within a benchmarking script.  When it is used for unit
tests, it generates output in the standard form for CPAN unit
testing (under Test::Harness).
2008-08-20 16:24:42 +00:00

8 lines
482 B
Text

The Perl 5 module Test::Assertions provides a convenient set of
tools for constructing tests, such as unit tests or run-time
assertion checks (like C's ASSERT macro). Unlike some of the Test::
modules available on CPAN, Test::Assertions is not limited to unit
test scripts; for example it can be used to check output is as
expected within a benchmarking script. When it is used for unit
tests, it generates output in the standard form for CPAN unit
testing (under Test::Harness).