pkgsrc/devel/p5-Test-SubCalls/DESCR
he 81aac00be7 Import p5-Test-SubCalls version 1.07.
There are a number of different situations (like testing cacheing
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.
2008-08-11 14:18:59 +00:00

8 lines
372 B
Text

There are a number of different situations (like testing cacheing
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.