The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:TAP::Parser::Result::Test"

TAP::Parser::Result::Test - Test result token. No river data available

This is a subclass of TAP::Parser::Result. A token of this class will be returned if a test line is encountered. 1..1 ok 1 - woo hooo!...

LEONT/Test-Harness-3.48 - 02 Oct 2023 18:46:04 UTC

TAP::Parser::Result - Base class for TAP::Parser output objects No river data available

LEONT/Test-Harness-3.48 - 02 Oct 2023 18:46:04 UTC

TAP::Parser::Result::Plan - Plan result token. No river data available

This is a subclass of TAP::Parser::Result. A token of this class will be returned if a plan line is encountered. 1..1 ok 1 - woo hooo! 1..1 is the plan. Gotta have a plan....

LEONT/Test-Harness-3.48 - 02 Oct 2023 18:46:04 UTC

TAP::Parser::Result::YAML - YAML result token. No river data available

This is a subclass of TAP::Parser::Result. A token of this class will be returned if a YAML block is encountered. 1..1 ok 1 - woo hooo! 1..1 is the plan. Gotta have a plan....

LEONT/Test-Harness-3.48 - 02 Oct 2023 18:46:04 UTC

TAP::Parser::Result::Pragma - TAP pragma token. No river data available

This is a subclass of TAP::Parser::Result. A token of this class will be returned if a pragma is encountered. TAP version 13 pragma +strict, -foo Pragmas are only supported from TAP version 13 onwards....

LEONT/Test-Harness-3.48 - 02 Oct 2023 18:46:04 UTC

TAP::Parser::Result::Comment - Comment result token. No river data available

This is a subclass of TAP::Parser::Result. A token of this class will be returned if a comment line is encountered. 1..1 ok 1 - woo hooo! # this is a comment...

LEONT/Test-Harness-3.48 - 02 Oct 2023 18:46:04 UTC

TAP::Parser::Result::Unknown - Unknown result token. No river data available

This is a subclass of TAP::Parser::Result. A token of this class will be returned if the parser does not recognize the token line. For example: 1..5 VERSION 7 ok 1 - woo hooo! ... woo hooo! is cool! In the above "TAP", the second and fourth lines wil...

LEONT/Test-Harness-3.48 - 02 Oct 2023 18:46:04 UTC

TAP::Parser::Result::Bailout - Bailout result token. No river data available

This is a subclass of TAP::Parser::Result. A token of this class will be returned if a bail out line is encountered. 1..5 ok 1 - woo hooo! Bail out! Well, so much for "woo hooo!"...

LEONT/Test-Harness-3.48 - 02 Oct 2023 18:46:04 UTC

TAP::Parser::Result::Version - TAP syntax version token. No river data available

This is a subclass of TAP::Parser::Result. A token of this class will be returned if a version line is encountered. TAP version 13 ok 1 not ok 2 The first version of TAP to include an explicit version number is 13....

LEONT/Test-Harness-3.48 - 02 Oct 2023 18:46:04 UTC

TAP::Parser::ResultFactory - Factory for creating TAP::Parser output objects No river data available

LEONT/Test-Harness-3.48 - 02 Oct 2023 18:46:04 UTC

TAP::Spec::TestResult - The results of a single test No river data available

ARODLAND/TAP-Spec-Parser-0.10 - 14 Nov 2012 05:27:32 UTC

TAP::Tree - TAP (Test Anything Protocol) parser which supported the subtest No river data available

TAP::Tree is a simple parser of TAP which supported the subtest. It parses the data of a TAP format to the data of tree structure. Moreover, the iterator for complicated layered tree structure is also prepared....

MAGNOLIA/TAP-Tree-v0.0.5 - 10 Jun 2014 13:20:26 UTC

TAP::Harness - Run test scripts with statistics No river data available

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::DOM - TAP as Document Object Model. No river data available

The purpose of this module is A) to define a reliable data structure (a DOM) B) create a DOM from TAP C) recreate TAP from a DOM That is useful when you want to analyze the TAP in detail with "data exploration tools", like Data::DPath. ``Reliable'' m...

SCHWIGON/TAP-DOM-0.98 - 19 Mar 2023 13:33:35 UTC

TAP::Parser - Parse TAP output No river data available

"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::Filter - Filter TAP stream within TAP::Harness No river data available

"TAP::Filter" allows arbitrary filters to be placed in the TAP processing pipeline of TAP::Harness. Installed filters see the parsed TAP stream a line at a time and can modify the stream by * replacing a result * injecting extra results * removing re...

ANDYA/TAP-Filter-0.04 - 05 Jul 2008 14:25:26 UTC

TAP::Parser::Grammar - A grammar for the Test Anything Protocol. No river data available

"TAP::Parser::Grammar" tokenizes lines from a TAP::Parser::Iterator and constructs TAP::Parser::Result subclasses to represent the tokens. Do not attempt to use this class directly. It won't make sense. It's mainly here to ensure that we will be able...

LEONT/Test-Harness-3.48 - 02 Oct 2023 18:46:04 UTC

TAP::Formatter::Base - Base class for harness output delegates No river data available

This provides console orientated output formatting for TAP::Harness....

LEONT/Test-Harness-3.48 - 02 Oct 2023 18:46:04 UTC

TAP::Formatter::Event - event interface to TAP::Formatter or TAP::Harness::Async No river data available

Used by some examples in TAP::Harness::Async. Note that TAP::Harness provides an event interface already, so unless you're specifically after the async approach for running tests then you may be better served by "CALLBACKS" in TAP::Parser....

TEAM/TAP-Formatter-Event-0.001 - 10 Jun 2012 15:50:28 UTC

TAP::Filter::Iterator - A TAP filter No river data available

"TAP::Filter" allows arbitrary filters to be placed in the TAP processing pipeline of TAP::Harness. Installed filters see the parsed TAP stream a line at a time and can modify the stream by * replacing a result * injecting extra results * removing re...

ANDYA/TAP-Filter-0.04 - 05 Jul 2008 14:25:26 UTC
23 results (0.063 seconds)