Name: | perl-Test-SubCalls |
---|---|
Version: | 1.10 |
Release: | 2.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 30748 |
License: | GPL+ or Artistic |
RPM: | perl-Test-SubCalls-1.10-2.el8.noarch.rpm |
Source RPM: | perl-Test-SubCalls-1.10-2.el8.src.rpm |
Build Date: | Tue Nov 05 2019 |
Build Host: | jenkins-10-147-72-125-b4e9fa10-6706-4ab7-a61e-ddbed2bd373b.appad1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/Test-SubCalls |
Summary: | Track the number of times subs are called |
Description: | 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. |