Test::Harness is limited to printing out its results. This makes analysis of the test results difficult for anything but a human. To make it easier for programs to work with test results, we provide Test::Harness::Straps. Instead of printing the resu...
MSCHWERN/Test-Harness-Straps-0.30 - 08 Jan 2008 22:36:10 UTCMSCHWERN/Test-Harness-Straps-0.30 - 08 Jan 2008 22:36:10 UTC
A simple assert routine since we don't have Carp::Assert handy. For internal use by Test::Harness ONLY!...
MSCHWERN/Test-Harness-Straps-0.30 - 08 Jan 2008 22:36:10 UTCMSCHWERN/Test-Harness-Straps-0.30 - 08 Jan 2008 22:36:10 UTC
FOR INTERNAL USE ONLY! This is a simple iterator wrapper for arrays and filehandles. new() Create an iterator. next() Iterate through it, of course....
MSCHWERN/Test-Harness-Straps-0.30 - 08 Jan 2008 22:36:10 UTCTest::Class provides a simple way of creating classes and objects to test your code in an xUnit style. Built using Test::Builder, it was designed to work with other Test::Builder based modules (Test::More, Test::Differences, Test::Exception, etc.). *...
SZABGAB/Test-Class-0.52 - 17 Feb 2021 16:05:13 UTCAlthough, for historical reasons, the Test::Harness distribution takes its name from this module it now exists only to provide TAP::Harness with an interface that is somewhat backwards compatible with Test::Harness 2.xx. If you're writing new code co...
LEONT/Test-Harness-3.42 - 19 Mar 2018 18:30:19 UTCSHLOMIF/Test-Run-0.0305 - 17 Oct 2020 16:18:04 UTC
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 UTCSTOP! If all you want to do is write a test script, consider using Test::Simple. Test::Run::Core is the module that reads the output from Test::Simple, Test::More and other modules based on Test::Builder. You don't need to know about Test::Run::Core ...
SHLOMIF/Test-Run-0.0305 - 17 Oct 2020 16:18:04 UTCFXFX/Integrator-Module-Build-1.057 - 02 Aug 2007 11:38:41 UTC
Test::TAP::Model::Consolidated is the same interface to Test::TAP::Model except that it provides an aggregate interface to result processing. Using it with the Test::Harness::Straps kind of methods will not work....
NUFFIN/Test-TAP-Model-0.10 - 22 Jun 2008 03:58:47 UTC