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).
10 lines
341 B
Plaintext
10 lines
341 B
Plaintext
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/09/09 21:14:20 simon Exp $
|
|
${P5SITE}/Test/
|
|
${P5SITE}/Test/Assertions/
|
|
${P5SITE}/Test/Assertions.pm
|
|
${P5SITE}/Test/Assertions/Manual.pod
|
|
${P5SITE}/Test/Assertions/TestScript.pm
|
|
@man man/man3p/Test::Assertions.3p
|
|
@man man/man3p/Test::Assertions::Manual.3p
|
|
@man man/man3p/Test::Assertions::TestScript.3p
|