Search results for "module:Test::Builder"
Test::Builder - Backend for building test libraries
Test::Simple and Test::More have proven to be popular testing modules, but they're not always flexible enough. Test::Builder provides a building block upon which to write your own test libraries *which can work together*. Construction new my $Test = ...
EXODIST/Test-Simple-1.302198 - 30 Nov 2023 18:09:19 UTC
Test::Trap::Builder - Backend for building test traps
Test::Trap neither traps nor tests everything you may want to trap or test. So, Test::Trap::Builder provides methods to write your own trap layers, accessors, and test callbacks -- preferably for use with your own modules (trappers). Note that layers...
EBHANSSEN/Test-Trap-v0.3.5 - 27 Jul 2022 15:59:02 UTC
Test::Builder::Tester - test testsuites that have been built with Test::Builder
A module that helps you test testing modules that are built with Test::Builder. The testing system is designed to be used by performing a three step process for each test you wish to test. This process starts with using "test_out" and "test_err" in a...
EXODIST/Test-Simple-1.302198 - 30 Nov 2023 18:09:19 UTC
Test::Builder::Tester - test testsuites that have been built with Test::Builder
A module that helps you test testing modules that are built with Test::Builder. The testing system is designed to be used by performing a three step process for each test you wish to test. This process starts with using "test_out" and "test_err" in a...
MARKF/Test-Builder-Tester-1.01 - 30 Jul 2004 11:37:09 UTC
Test::Builder::Module - Base class for test modules
This is a superclass for Test::Builder-based modules. It provides a handful of common functionality and a method of getting at the underlying Test::Builder object. Importing Test::Builder::Module is a subclass of Exporter which means your module is a...
EXODIST/Test-Simple-1.302198 - 30 Nov 2023 18:09:19 UTC
Test::Builder::Clutch - add a clutch to your testing drivechain
Perhaps you have a test that does some useful work in its own right, but you don't want to see all the test output when it's used outside a testing context. Rather than writing two subroutines - one that emits TAP and one that doesn't - you can insta...
FRASE/Test-Builder-Clutch-0.07 - 19 Nov 2014 08:23:26 UTC
Test::Builder::TodoDiag - Test::Builder subclass of Test2::Event::Diag
This is used to encapsulate diag messages created inside TODO....
EXODIST/Test-Simple-1.302198 - 30 Nov 2023 18:09:19 UTC
Test::Aggregate::Builder - Internal overrides for Test::Builder.
WARNING: This module is for internal use only. DO NOT USE DIRECTLY....
RWSTAUNER/Test-Aggregate-0.375 - 28 Jan 2017 23:59:09 UTC
Test::Builder::Formatter - Test::Builder subclass of Test2::Formatter::TAP
This is what takes events and turns them into TAP....
EXODIST/Test-Simple-1.302198 - 30 Nov 2023 18:09:19 UTC
Test::Builder::IO::Scalar - A copy of IO::Scalar for Test::Builder
This is a copy of IO::Scalar which ships with Test::Builder to support scalar references as filehandles on Perl 5.6. Newer versions of Perl simply use "open()"'s built in support. Test::Builder can not have dependencies on other modules without caref...
EXODIST/Test-Simple-1.302198 - 30 Nov 2023 18:09:19 UTC
Test::Builder::Mock::Class - Simulating other classes for Test::Builder
This module adds support for standard Test::Builder framework (Test::Simple or Test::More) to Test::Mock::Class. Mock class can be used to create mock objects which can simulate the behavior of complex, real (non-mock) objects and are therefore usefu...
DEXTER/Test-Builder-Mock-Class-0.0203 - 28 May 2010 23:12:48 UTC
Test::Trap::Builder::PerlIO - Capture strategy using PerlIO::scalar
This module provides a capture strategy *perlio*, based on PerlIO::scalar, for the trap's output layers. Note that you may specify different strategies for each output layer on the trap. See also Test::Trap (:stdout and :stderr) and Test::Trap::Build...
EBHANSSEN/Test-Trap-v0.3.5 - 27 Jul 2022 15:59:02 UTC
Test::Builder::Tester::Color - turn on colour in Test::Builder::Tester
Importing this module causes the subroutine color in Test::Builder::Tester to be called with a true value causing colour highlighting to be turned on in debug output. The sole purpose of this module is to enable colour highlighting from the command l...
MARKF/Test-Builder-Tester-1.01 - 30 Jul 2004 11:37:09 UTC
Test::Builder::Tester::Color - turn on colour in Test::Builder::Tester
Importing this module causes the subroutine color in Test::Builder::Tester to be called with a true value causing colour highlighting to be turned on in debug output. The sole purpose of this module is to enable colour highlighting from the command l...
EXODIST/Test-Simple-1.302198 - 30 Nov 2023 18:09:19 UTC
Test::Trap::Builder::TempFile - Capture strategies using File::Temp
This module by default provides a capture strategy based on File::Temp for the trap's output layers. The import accepts a name (as a string; default *tempfile*) and options (as a hashref; by default empty), and registers a capture strategy with that ...
EBHANSSEN/Test-Trap-v0.3.5 - 27 Jul 2022 15:59:02 UTC
Test::Trap::Builder::SystemSafe - "Safe" capture strategies using File::Temp
This module provides capture strategies *systemsafe*, based on File::Temp, for the trap's output layers. These strategies insists on reopening the output file handles with the same descriptors, and therefore, unlike Test::Trap::Builder::TempFile and ...
EBHANSSEN/Test-Trap-v0.3.5 - 27 Jul 2022 15:59:02 UTC