Search results for "module:TAP::Parser::SourceHandler::File"
TAP::Parser::SourceHandler::File - Stream TAP from a text file.
This is a *raw TAP stored in a file* TAP::Parser::SourceHandler - it has 2 jobs: 1. Figure out if the *raw* source it's given is a file containing raw TAP output. See TAP::Parser::IteratorFactory for more details. 2. Takes raw TAP from the text file ...
LEONT/Test-Harness-3.48 - 02 Oct 2023 18:46:04 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.48 - 02 Oct 2023 18:46:04 UTC
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.48 - 02 Oct 2023 18:46:04 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.48 - 02 Oct 2023 18:46:04 UTC
TAP::Parser::IteratorFactory - Figures out which SourceHandler objects to use for a given Source
This is a factory class that takes a TAP::Parser::Source and runs it through all the registered TAP::Parser::SourceHandlers to see which one should handle the source. If you're a plugin author, you'll be interested in how to "register_handler"s, how ...
LEONT/Test-Harness-3.48 - 02 Oct 2023 18:46:04 UTC
TAP::Parser::SourceHandler - Base class for different TAP source handlers
This is an abstract base class for TAP::Parser::Source handlers / handlers. A "TAP::Parser::SourceHandler" does whatever is necessary to produce & capture a stream of TAP from the *raw* source, and package it up in a TAP::Parser::Iterator for the par...
LEONT/Test-Harness-3.48 - 02 Oct 2023 18:46:04 UTC
TAP::Parser::SourceHandler::PHP - Runs PHP programs to get their TAP for prove
PETDANCE/TAP-Parser-SourceHandler-PHP-0.01
-
17 Aug 2010 16:53:15 UTC
TAP::Parser::SourceHandler::Perl - Stream TAP from a Perl executable
This is a *Perl* TAP::Parser::SourceHandler - it has 2 jobs: 1. Figure out if the TAP::Parser::Source it's given is actually a Perl script ("can_handle"). 2. Creates an iterator for Perl sources ("make_iterator"). Unless you're writing a plugin or su...
LEONT/Test-Harness-3.48 - 02 Oct 2023 18:46:04 UTC
TAP::Parser::SourceHandler::pgTAP - Stream TAP from pgTAP test scripts
This source handler executes pgTAP tests. It does two things: 1. Looks at the TAP::Parser::Source passed to it to determine whether or not the source in question is in fact a pgTAP test ("can_handle"). 2. Creates an iterator that will call "psql" to ...
DWHEELER/TAP-Parser-SourceHandler-pgTAP-3.36 - 21 Aug 2022 01:14:35 UTC
TAP::Parser::SourceHandler::MyTAP - Stream TAP from MyTAP test scripts
This source handler executes MyTAP MySQL tests. It does two things: 1. Looks at the TAP::Parser::Source passed to it to determine whether or not the source in question is in fact a MyTAP test ("can_handle"). 2. Creates an iterator that will call "mys...
DWHEELER/TAP-Parser-SourceHandler-MyTAP-3.27 - 11 May 2016 23:58:59 UTC
TAP::Parser::SourceHandler::Worker - Stream TAP from an IO::Handle or a GLOB.
LSF/App-Prove-Plugin-Distributed-0.08
-
08 May 2012 02:47:45 UTC
TAP::Parser::SourceHandler::RawTAP - Stream output from raw TAP in a scalar/array ref.
This is a *raw TAP output* TAP::Parser::SourceHandler - it has 2 jobs: 1. Figure out if the TAP::Parser::Source it's given is raw TAP output ("can_handle"). 2. Creates an iterator for raw TAP output ("make_iterator"). Unless you're writing a plugin o...
LEONT/Test-Harness-3.48 - 02 Oct 2023 18:46:04 UTC
TAP::Parser::SourceHandler::Handle - Stream TAP from an IO::Handle or a GLOB.
This is a *raw TAP stored in an IO Handle* TAP::Parser::SourceHandler class. It has 2 jobs: 1. Figure out if the TAP::Parser::Source it's given is an IO::Handle or GLOB containing raw TAP output ("can_handle"). 2. Creates an iterator for IO::Handle's...
LEONT/Test-Harness-3.48 - 02 Oct 2023 18:46:04 UTC
TAP::Parser::SourceHandler::Executable - Stream output from an executable TAP source
This is an *executable* TAP::Parser::SourceHandler - it has 2 jobs: 1. Figure out if the TAP::Parser::Source it's given is an executable command ("can_handle"). 2. Creates an iterator for executable commands ("make_iterator"). Unless you're writing a...
LEONT/Test-Harness-3.48 - 02 Oct 2023 18:46:04 UTC
TAP::Parser::SourceHandler::Validator::W3C::HTML - validate HTML content
Unit testing is awesome. App::Prove is awesome. HTML validation is awesome. Thus, the Validator::W3C::HTML SourceHandler was born. This SourceHandler provides TAP::Harness with TAP output generated as the result of HTML validation via the W3C validat...
DIZ/TAP-Parser-SourceHandler-Validator-W3C-HTML-0.02 - 27 Nov 2013 01:42:05 UTC