Search results for "module:Test::Memory::Cycle"
Test::Memory::Cycle - Check for memory leaks and circular memory references
PETDANCE/Test-Memory-Cycle-1.06
-
28 Jan 2016 04:43:45 UTC
Test::Weaken - Test that freed memory objects were, indeed, freed
"Test::Weaken" helps detect unfreed Perl data in arrays, hashes, scalars, objects, etc, by descending recursively through structures and watching that everything is freed. Unfreed data is a useless overhead and may cause an application to abend due t...
KRYDE/Test-Weaken-3.022000 - 01 Dec 2012 00:04:14 UTC
Test::Refcount - assert reference counts on objects
The Perl garbage collector uses simple reference counting during the normal execution of a program. This means that cycles or unweakened references in other parts of code can keep an object around for longer than intended. To help avoid this problem,...
PEVANS/Test-Refcount-0.10 - 26 Jun 2019 10:31:40 UTC
Test::MockClass - A module to provide mock classes and mock objects for testing
This module provides a simple interface for creating mock classes and mock objects with mock methods for mock purposes, I mean testing purposes. It also provides a simple mechanism for tracking the interactions to the mocked objects. I originally wro...
JJORDAN/Test-MockClass-1.05 - 25 Jan 2010 07:35:23 UTC
Test::Nginx::Socket - Socket-backed test scaffold for the Nginx C modules and Nginx/OpenResty-based libraries and applications
This module provides a test scaffold based on non-blocking IO::Socket for automated testing in Nginx C module development. This class inherits from Test::Base, thus bringing all its declarative power to the Nginx C module testing practices. You need ...
AGENT/Test-Nginx-0.30 - 31 May 2022 17:51:32 UTC
Test::Pod::LinkCheck::Lite - Test POD links
This Perl module tests POD links. A given file generates one failure for each broken link found. If no broken links are found, one passing test is generated. This all means that there is no way to know how many tests will be generated, and you will n...
WYANT/Test-Pod-LinkCheck-Lite-0.011 - 14 Feb 2023 13:52:19 UTC
Test::AutoBuild::ArchiveManager - The base class for managing archive
The "Test::AutoBuild::ArchiveManager" module provides capabilities for managing a set of "Test::AutoBuild::Archive" instances. It provides apis for creation, deletion and retrieval of archive intances, and for determining when an archive should be ex...
DANBERR/Test-AutoBuild-1.2.4 - 01 Sep 2011 21:11:37 UTC