Search results for "module:TAP::Parser::SourceHandler::RawTAP"
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::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::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::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::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