slackbuilds/perl/perl-Test-SubCalls
B. Watson eefbd73956 perl/perl-Test-SubCalls: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2022-03-14 04:03:47 -04:00
..
README perl/perl-Test-SubCalls: Wrap README at 72 columns. 2022-03-14 04:03:47 -04:00
perl-Test-SubCalls.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
perl-Test-SubCalls.info perl/perl-Test-SubCalls: Added (Tests for Perl 5). 2019-09-28 09:26:42 +07:00
slack-desc perl/perl-Test-SubCalls: Added (Tests for Perl 5). 2019-09-28 09:26:42 +07:00

README

Test::SubCalls is an extension of the Perl 5 object system.

There are a number of different situations (like testing caching code)
where you want to want to do a number of tests, and then verify that
some underlying subroutine deep within the code was called a specific
number of times.

This module provides a number of functions for doing testing in this
way in association with your normal Test::More (or similar) test
scripts.