6 lines
276 B
Text
6 lines
276 B
Text
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.
|
|
|
|
WWW: http://search.cpan.org/dist/Test-SubCalls/
|