Search results for "module:TAP::Parser::Result::Plan"
TAP::Parser::Result::Plan - Plan result token.
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::Tree - TAP (Test Anything Protocol) parser which supported the subtest
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::DOM - TAP as Document Object Model.
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
"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::Result - Base class for TAP::Parser output objects
LEONT/Test-Harness-3.48
-
02 Oct 2023 18:46:04 UTC
TAP::Parser::Result::YAML - YAML result token.
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::Test - Test result token.
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::Grammar - A grammar for the Test Anything Protocol.
"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::Filter::Iterator - A TAP filter
"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::Formatter::Event - event interface to TAP::Formatter or TAP::Harness::Async
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