slackbuilds/perl/perl-Test-SubCalls
Jan F. Chadima 301028a497
perl/perl-Test-SubCalls: Added (Tests for Perl 5).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2019-09-28 09:26:42 +07:00
..
README perl/perl-Test-SubCalls: Added (Tests for Perl 5). 2019-09-28 09:26:42 +07:00
perl-Test-SubCalls.SlackBuild perl/perl-Test-SubCalls: Added (Tests for Perl 5). 2019-09-28 09:26:42 +07: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.