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

Search results for "module:TAP::Object"

TAP::Object - Base class that provides common functionality to all TAP::* modules River stage five • 205 direct dependents • 22560 total dependents

"TAP::Object" provides a default constructor and exception model for all "TAP::*" classes. Exceptions are raised using Carp....

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

Object::Tap - Tap into a series of method calls to alter an object River stage one • 1 direct dependent • 1 total dependent

MSTROUT/Object-Tap-1.000006 - 13 Jul 2017 18:43:01 UTC

TAP::DOM - TAP as Document Object Model. River stage two • 9 direct dependents • 30 total dependents

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::Runner - Running tests with options River stage zero No dependents

This module allows to run tests more flexible. Allows to use TAP::Harness, not just for unit tests....

REV/TAP-Runner-0.005 - 12 Jul 2012 11:58:31 UTC

TAP::Stream - Combine multiple TAP streams with subtests River stage zero No dependents

Sometimes you find yourself needing to merge multiple streams of TAP. Several use cases: * Merging results from parallel tests * Running tests across multiple boxes and fetching their TAP * Saving TAP and reassembling it later TAP::Stream allows you ...

OVID/TAP-Stream-0.44 - 13 Mar 2014 13:43:26 UTC

TAP::Parser - Parse TAP output River stage five • 205 direct dependents • 22560 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::Harness - Run test scripts with statistics River stage five • 205 direct dependents • 22560 total dependents

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::Stream::Text - Create a TAP text object. River stage zero No dependents

This module is used to create a named chunk of TAP text representing a complete stream, including the plan....

OVID/TAP-Stream-0.44 - 13 Mar 2014 13:43:26 UTC

TAP::Runner::Option - Option object River stage zero No dependents

Object used for TAP::Runner::Test options...

REV/TAP-Runner-0.005 - 12 Jul 2012 11:58:31 UTC

Role::Commons::Tap - an object method which helps with chaining, inspired by Ruby River stage two • 12 direct dependents • 18 total dependents

DO NOT USE THIS MODULE! Use Object::Tap or Object::Util instead. They are not drop-in replacements, but a far more sensible way to have a "tap" method. This module has nothing to do with the Test Anything Protocol (TAP, see Test::Harness). This modul...

TOBYINK/Role-Commons-0.104 - 24 Oct 2014 10:19:40 UTC

Test::TAP::Model - DEPRECATED Use TAP::Harness, TAP::Formatter::HTML River stage one • 2 direct dependents • 2 total dependents

This module is a subclass of Test::Harness::Straps (although in an ideal world it would really use delegation). It uses callbacks in the straps object to construct a deep structure, with all the data known about a test run accessible within. It's pur...

NUFFIN/Test-TAP-Model-0.10 - 22 Jun 2008 03:58:47 UTC

TAP::Runner::Test - Runner test class River stage zero No dependents

Test object used by TAP::Runner...

REV/TAP-Runner-0.005 - 12 Jul 2012 11:58:31 UTC

TAP::Convert::TET - Convert TAP to TET River stage zero No dependents

Simpleminded converter that turns TAP into a TET journal. See <http://tetworks.opengroup.org/> for more information about TET. TET is used by the Linux Standard Base project. This module and the associated tap2tet program are intended to help integra...

ANDYA/TAP-Convert-TET-0.2.1 - 07 Sep 2007 22:17:45 UTC

TAP::Parser::Source - a TAP source & meta data about it River stage five • 205 direct dependents • 22560 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::Result - Base class for TAP::Parser output objects River stage five • 205 direct dependents • 22560 total dependents

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

TAP::Parser::Grammar - A grammar for the Test Anything Protocol. River stage five • 205 direct dependents • 22560 total dependents

"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::EARL - Formatting TAP output using the Evaluation and Report Language River stage zero No dependents

This is a formatter for TAP-based test results to output them using the Evaluation and Report Language <https://www.w3.org/TR/EARL10-Guide/>, which is a vocabulary based on the Resource Description Framework (RDF) to describe test results, so that th...

KJETILK/TAP-Formatter-EARL-0.001 - 17 Oct 2019 20:07:09 UTC

TAP::Formatter::Base - Base class for harness output delegates River stage five • 205 direct dependents • 22560 total dependents

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

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

TAP::Formatter::HTML - TAP Test Harness output delegate for html output River stage two • 13 direct dependents • 31 total dependents

This module provides HTML output formatting for TAP::Harness (a replacement for Test::Harness. It is largely based on ideas from TAP::Test::HTMLMatrix (which was built on Test::Harness and thus had a few limitations - hence this module). For sample o...

SCHWIGON/TAP-Formatter-HTML-0.13 - 26 Jul 2023 12:33:08 UTC

TAP::Parser::Iterator - Base class for TAP source iterators River stage five • 205 direct dependents • 22560 total dependents

This is a simple iterator base class that defines TAP::Parser's iterator API. Iterators are typically created from TAP::Parser::SourceHandlers....

LEONT/Test-Harness-3.48 - 02 Oct 2023 18:46:04 UTC
54 results (0.05 seconds)