devel/cppunit misses a destructor declaration for one of its classes.
[pkgsrcv2.git] / devel / p5-Test-SubCalls / DESCR
1 There are a number of different situations (like testing cacheing
2 code) where you want to want to do a number of tests, and then
3 verify that some underlying subroutine deep within the code was
4 called a specific number of times.
5
6 This module provides a number of functions for doing testing in
7 this way in association with your normal Test::More (or similar)
8 test scripts.