Search results for "module:Test::Builder::Tester"
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::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::Tester - Ease testing test modules built with Test::Builder
If you have written a test module based on Test::Builder then Test::Tester allows you to test it with the minimum of effort....
EXODIST/Test-Simple-1.302198 - 30 Nov 2023 18:09:19 UTC
Test::Files - A Test::Builder based module to ease testing with files and dirs
This module is like Test::More, in fact you should use that first as shown above. It exports file_ok compare the contents of a file to a string file_filter_ok compare the contents of a file to a string, but filter the file first. (You must filter you...
JSF/Test-Files-0.15 - 01 Dec 2020 11:06:07 UTC
Test::DZil - tools for testing Dist::Zilla plugins
Test::DZil provides routines for writing tests for Dist::Zilla plugins....
RJBS/Dist-Zilla-6.031 - 21 Nov 2023 01:20:56 UTC
Test::Most - Most commonly needed test functions and features.
Test::Most exists to reduce boilerplate and to make your testing life easier. We provide "one stop shopping" for most commonly used testing modules. In fact, we often require the latest versions so that you get bug fixes through Test::Most and don't ...
OVID/Test-Most-0.38 - 24 Sep 2022 13:49:17 UTC
Test::Text - A module for testing text files for spelling and (maybe) more.
This started as a spell and quality check for my novel, "Manuel the Magnificent Mechanical Man". Eventually, it can be used for checking any kind of markdown-formatted text, be it fiction or non-fiction. The first version included as documentation, t...
JMERELO/Test-Text-0.6.7 - 07 Jul 2022 19:31:54 UTC
Test::Image - test an image
This modules is a "Test::Builder" compatible testing module for testing images. Calling the methods of this module prints out Test Anything Protocol output designed to be processed by Test::Harness during a "make test" or "./Build test". This module ...
FOTANGO/Test-Image-0.02 - 21 May 2007 15:05:14 UTC
Test::Object - Thoroughly testing objects via registered handlers
In situations where you have deep trees of classes, there is a common situation in which you test a module 4 or 5 subclasses down, which should follow the correct behaviour of not just the subclass, but of all the parent classes. This should be done ...
ETHER/Test-Object-0.08 - 23 Dec 2017 21:19:09 UTC
Acme::Test::Buffy - example Test::Builder testing module
The reason for writing this module is to demonstrate how you can write testing modules that work together with Test::Builder. It also shows how to test such modules with Test::Builder::Tester. Look at the source code (which is heavily commented) for ...
MARKF/Acme-Test-Buffy-0.02 - 23 Aug 2004 20:23:16 UTC
Test::Warnings - Test for warnings and the lack of them
If you've ever tried to use Test::NoWarnings to confirm there are no warnings generated by your tests, combined with the convenience of "done_testing" to not have to declare a test count, you'll have discovered that these two features do not play wel...
ETHER/Test-Warnings-0.032 - 30 Sep 2023 23:37:55 UTC
Test::Functional - Perl tests in a functional style.
This modules uses (abuses?) the ability to create new syntax via perl prototypes to create a testing system focused on functions rather than values. Tests run blocks of Perl, and use comparator functions to test the output. Despite being a different ...
ERIK/Test-Functional-0.06 - 24 Dec 2009 21:07:06 UTC
Test::LongString - tests strings for equality, with more helpful failures
This module provides some drop-in replacements for the string comparison functions of Test::More, but which are more suitable when you test against long strings. If you've ever had to search for text in a multi-line string like an HTML document, or f...
RGARCIA/Test-LongString-0.17 - 06 Nov 2014 07:11:33 UTC
Test::Regression - Test library that can be run in two modes; one to generate outputs and a second to compare against them
Using the various Test:: modules you can compare the output of a function against what you expect. However if the output is complex and changes from version to version, maintenance of the expected output could be costly. This module allows one to use...
MITHALDU/Test-Regression-0.08 - 05 Mar 2017 12:25:04 UTC
Test::Stream::Plugin::Core - Test::Stream implementation of the core testing tools.
This is not a drop-in replacement for Test::More. The new Testing library to replace Test::More. This library is directly built on new internals instead of Test::Builder. This module implements *most* of the same functionality as Test::More, but sinc...
EXODIST/Test-Stream-1.302027 - 05 Feb 2016 23:42:10 UTC
Test::Dist::Zilla - Test your Dist::Zilla plugin
This is a "Test::Routine"-based role. It does not provide any test routines, but it establishes infrastructure for writing tests on "Dist::Zilla" and its plugins. A test written with "Test::Dist::Zila" does not require external source files (which ar...
VDB/Test-Dist-Zilla-v0.4.4 - 28 Dec 2016 19:50:09 UTC
Test::MonitorSites - Monitor availability and function of a list of websites
HESCO/Test-MonitorSites-0.15
-
20 Jun 2008 10:59:10 UTC
Test::Group::Tester - Test Test::Group extensions
Test the behavior of a Test::Harness compatible test script, by spawning an external process to run the script and capturing its STDOUT and STDERR. Includes support for matching the failed test diagnostic messages produced by Test::Group and Test::Bu...
DOMQ/Test-Group-0.20 - 03 Jan 2016 19:45:10 UTC