Search results for "module:Test::Builder"

Test::Builder - Backend for building test libraries River stage five • 22891 direct dependents • 32646 total dependents

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

src/inc/Test/Builder.pm River stage zero No dependents

NOG/AFS-2.6.4 - 27 Oct 2014 13:11:37 UTC

Test::Trap::Builder - Backend for building test traps River stage three • 67 direct dependents • 653 total dependents

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 River stage five • 22891 direct dependents • 32646 total dependents

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 River stage zero No dependents

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 River stage five • 22891 direct dependents • 32646 total dependents

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 River stage zero No dependents

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 River stage five • 22891 direct dependents • 32646 total dependents

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. River stage one • 4 direct dependents • 5 total dependents

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 River stage five • 22891 direct dependents • 32646 total dependents

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 River stage five • 22891 direct dependents • 32646 total dependents

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 River stage zero No dependents

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 River stage three • 67 direct dependents • 653 total dependents

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::Routine::Meta::Builder River stage zero No dependents

PDCAWLEY/Test-Routine-AutoClear-0.004 - 13 Apr 2013 16:47:46 UTC

Test::Builder::Tester::Color - turn on colour in Test::Builder::Tester River stage five • 22891 direct dependents • 32646 total dependents

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::Builder::Tester::Color - turn on colour in Test::Builder::Tester River stage zero No dependents

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::Trap::Builder::TempFile - Capture strategies using File::Temp River stage three • 67 direct dependents • 653 total dependents

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 River stage three • 67 direct dependents • 653 total dependents

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

lib/Test/Given/Builder.pm River stage zero No dependents

ROVJUVANO/Test-Given-0.3.1 - 08 Nov 2013 16:48:03 UTC

lib/Arepa/Builder/Test.pm River stage zero No dependents

OPERA/Arepa-0.93 - 30 May 2013 12:03:45 UTC
265 results (0.04 seconds)