1Test::Assertions provides a convenient set of tools for constructing 2tests, such as unit tests or run-time assertion checks (like C's 3ASSERT macro). Unlike some of the Test:: modules available on CPAN, 4Test::Assertions is not limited to unit test scripts; for example 5it can be used to check output is as expected within a benchmarking 6script. When it is used for unit tests, it generates output in the 7standard form for CPAN unit testing (under Test::Harness). 8 9WWW: https://metacpan.org/release/Test-Assertions 10