Search results for "module:TAP::Harness"
TAP::Harness - Run test scripts with statistics
This is a simple test harness which allows tests to be run and results automatically aggregated and output to STDOUT....
LEONT/Test-Harness-3.44 - 17 Apr 2022 15:14:25 UTC
TAP::Harness::JUnit - Generate JUnit compatible output from TAP results
The only difference between this module and *TAP::Harness* is that this module adds the optional arguments 'xmlfile', 'package', and 'namemangle' that cause the output to be formatted into XML in a format similar to the one that is produced by the JU...
JLAVALLEE/TAP-Harness-JUnit-0.42 - 08 Feb 2015 21:22:18 UTC
TAP::Harness::Env - Parsing harness related environmental variables where appropriate
This module implements the environmental variables that Test::Harness uses with TAP::Harness, and instantiates the appropriate class with the appropriate arguments....
LEONT/Test-Harness-3.44 - 17 Apr 2022 15:14:25 UTC
TAP::Harness::Async - Run tests in a subprocess through IO::Async
This is a simple test harness which does the bare minimum required to run the test process under IO::Async::Process. WARNING: This is an early proof-of-concept version, see examples/tickit.pl for a simple demonstration and please note that the API is...
TEAM/TAP-Harness-Async-0.001 - 28 Jan 2012 19:33:32 UTC
TAP::Harness::Remote - Run tests on a remote server farm
Sometimes you want to run tests on a remote testing machine, rather than your local development box. "TAP::Harness::Remote" allows you so reproduce entire directory trees on a remote server via "rsync", and spawn the tests remotely. It also supports ...
ALEXMV/TAP-Harness-Remote-1.10 - 15 Jan 2009 19:31:59 UTC
Tapper::TAP::Harness - Tapper - Tapper specific TAP handling
TAPPER/Tapper-TAP-Harness-5.0.11
-
16 Jun 2022 07:36:46 UTC
TAP::Harness::Archive - Create an archive of TAP test results
This module is a direct subclass of TAP::Harness and behaves in exactly the same way except for one detail. In addition to outputting a running progress of the tests and an ending summary it can also capture all of the raw TAP from the individual tes...
SCHWIGON/TAP-Harness-Archive-0.18 - 27 Nov 2015 13:13:01 UTC
TAP::Harness::BailOnFail - Bail on remaining tests after first failure
This module is a trivial subclass of TAP::Harness::Restricted. It uses callbacks in the harness and parser to bail on the remaining tests after encountering the first test failure....
GRAY/TAP-Harness-BailOnFail-0.02 - 04 Jun 2017 05:22:05 UTC
TAP::Harness::Restricted - Skip some test files
This module is a trivial subclass of TAP::Harness. It overrides the "aggregate_tests" function to filter out tests that I didn't want getting in the way of module installation. The current criteria include: * File names that look like pod.t or pod-co...
DAGOLDEN/TAP-Harness-Restricted-0.004 - 22 Apr 2018 07:27:08 UTC
TAP::Harness::Remote::EC2 - Run tests on EC2 servers
Based on TAP::Harness::Remote, this module uses your running Amazon EC2 instances (<http://amazon.com/ec2>) to run tests against, instead of a preconfigured list of hosts....
ALEXMV/TAP-Harness-Remote-EC2-1.00 - 30 Sep 2008 21:32:32 UTC
TAP::Harness::MultipleConfig - TAP::Harness for MultipleConfig
TAP::Harness::MultipleConfig is TAP::Harness for MultipleConfig. After finishing each test, this module dissociate a pid with a filename....
TAKAHITO/App-Prove-Plugin-MultipleConfig-0.02 - 13 May 2020 00:25:07 UTC
TAP::Harness::ReportByDescription - Report TAP output by test file description rather than test file name
This package subclasses TAP::Harness for the purpose of enabling a user to report the TAP output for a test file by a user-provided description rather than by the name of the test file itself. Why would you want to do this? Three reasons come to mind...
JKEENAN/TAP-Harness-Multiple-0.07 - 22 Nov 2011 02:40:26 UTC
TAP::Harness::Archive::MultipleHarnesses - Create an archive of multiple harnesses of TAP test results
This package subclasses Michael Peters' TAP::Harness::Archive package from CPAN. It provides its own "runtests()" method for the case where you need to create an archive of test results generated by running multiple harnesses sequentially. For a disc...
JKEENAN/TAP-Harness-Multiple-0.07 - 22 Nov 2011 02:40:26 UTC
Test::BDD::Cucumber::Harness::TAP - Generate results in TAP format
A Test::BDD::Cucumber::Harness subclass whose output is TAP (Test Anything Protocol), such as consumed by "prove" and "yath"....
EHUELS/Test-BDD-Cucumber-0.83 - 30 Oct 2022 11:55:47 UTC
TAP::Base - Base class that provides common functionality to TAP::Parser and TAP::Harness
"TAP::Base" provides callback management....
LEONT/Test-Harness-3.44 - 17 Apr 2022 15:14:25 UTC
TAP::Object - Base class that provides common functionality to all TAP::* modules
"TAP::Object" provides a default constructor and exception model for all "TAP::*" classes. Exceptions are raised using Carp....
LEONT/Test-Harness-3.44 - 17 Apr 2022 15:14:25 UTC
TAP::Parser - Parse TAP output
"TAP::Parser" is designed to produce a proper parse of TAP output. For an example of how to run tests through this module, see the simple harnesses "examples/". There's a wiki dedicated to the Test Anything Protocol: <http://testanything.org> It incl...
LEONT/Test-Harness-3.44 - 17 Apr 2022 15:14:25 UTC
App::Prove::Plugin::TraceUse - Report all modules used during testing and check if they are listed as dependencies in Makefile.PL and Build.PL
This module keeps track of all modules and versions loaded during testing. if Makefile.PL and Build.PL are formatted as they come from a plain module-starter, it will recognize the requirement list and check this list with what was found during testi...
TORBJORN/App-Prove-Plugin-TraceUse-1.0.3 - 07 May 2013 21:22:52 UTC
TAP::Parser::Result - Base class for TAP::Parser output objects
LEONT/Test-Harness-3.44
-
17 Apr 2022 15:14:25 UTC
TAP::Parser::Source - a TAP source & meta data about it
A TAP *source* is something that produces a stream of TAP for the parser to consume, such as an executable file, a text file, an archive, an IO handle, a database, etc. "TAP::Parser::Source"s encapsulate these *raw* sources, and provide some useful m...
LEONT/Test-Harness-3.44 - 17 Apr 2022 15:14:25 UTC