mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-21 18:48:05 -04:00
9 lines
372 B
Plaintext
9 lines
372 B
Plaintext
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.
|