The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:TAP::Parser::SourceHandler::Executable"

TAP::Parser::SourceHandler::Executable - Stream output from an executable TAP source River stage five • 210 direct dependents • 22924 total dependents

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 - Parse TAP output River stage five • 210 direct dependents • 22924 total dependents

"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::Parser::Source - a TAP source & meta data about it River stage five • 210 direct dependents • 22924 total dependents

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 River stage five • 210 direct dependents • 22924 total dependents

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 River stage five • 210 direct dependents • 22924 total dependents

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::Perl - Stream TAP from a Perl executable River stage five • 210 direct dependents • 22924 total dependents

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::PHP - Runs PHP programs to get their TAP for prove River stage zero No dependents

PETDANCE/TAP-Parser-SourceHandler-PHP-0.01 - 17 Aug 2010 16:53:15 UTC

TAP::Parser::SourceHandler::File - Stream TAP from a text file. River stage five • 210 direct dependents • 22924 total dependents

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::pgTAP - Stream TAP from pgTAP test scripts River stage zero No dependents

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

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. River stage five • 210 direct dependents • 22924 total dependents

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::RawTAP - Stream output from raw TAP in a scalar/array ref. River stage five • 210 direct dependents • 22924 total dependents

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
12 results (0.083 seconds)