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:Test::Harness::Point"

Test::Harness::Point - object for tracking a single test point River stage one • 4 direct dependents • 5 total dependents

MSCHWERN/Test-Harness-Straps-0.30 - 08 Jan 2008 22:36:10 UTC

Test::Out - Test output from FILEHANDLE River stage zero No dependents

Test out is another Test::Builder application that implements a few of the well known test facilities except the result of output to an IO::Handle is used. This could be used to capture output being printed to a file, but it's ideal for output being ...

LDAVIS/Test-Out-0.21 - 27 Jul 2008 08:16:51 UTC

Test::FIT - A FIT Test Framework for Perl River stage zero No dependents

FIT stands for "Framework for Interactive Testing". It is a testing methodology invented by Ward Cunningham, and is fully described at http://fit.c2.com. Test::FIT is a Perl implementation of this methodology. It provides a web based test harness tha...

INGY/Test-FIT-0.11 - 26 Mar 2003 19:40:29 UTC

Test::Cmd - Perl module for portable testing of commands and scripts River stage two • 13 direct dependents • 35 total dependents

The "Test::Cmd" module provides a low-level framework for portable automated testing of executable commands and scripts (in any language, not just Perl), especially commands and scripts that interact with the file system. The "Test::Cmd" module makes...

NEILB/Test-Cmd-1.09 - 25 Oct 2015 11:50:21 UTC

Test::Wait - Make tests wait for manual testing purposes. River stage zero No dependents

Test::Wait is a tool for use in conjunction with test libraries such as Test::More for manual testing purposes. It was initially designed for use in Selenium based tests however it can be used in any test script. Test::Wait provides a simple interfac...

BENH/Test-Wait-0.04 - 27 Aug 2014 16:33:22 UTC

Test::Class - Easily create test classes in an xUnit/JUnit style River stage three • 175 direct dependents • 800 total dependents

Test::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 UTC

Test::Builder - Backend for building test libraries River stage five • 22891 direct dependents • 32646 total dependents

Test::Simple and Test::More have proven to be popular testing modules, but they're not always flexible enough. Test::Builder provides a building block upon which to write your own test libraries *which can work together*. Construction new my $Test = ...

EXODIST/Test-Simple-1.302199 - 25 Apr 2024 14:14:26 UTC

Test::Manifest - interact with a t/test_manifest file River stage one • 7 direct dependents • 8 total dependents

"Test::Harness" assumes that you want to run all of the .t files in the t/ directory in ASCII-betical order during "make test" or "./Build test" unless you say otherwise. This leads to some interesting naming schemes for test files to get them in the...

BDFOY/Test-Manifest-2.024 - 08 Jan 2024 15:37:12 UTC

Test::FITesque - the FITesque framework! River stage one • 3 direct dependents • 3 total dependents

Test::FITesque is a framework designed to emulate the FIT <http://fit.c2.com> framework, but with a more perlish touch. While it is possible to use the FIT framework from within perl, it has a lot of unnessecary overhead related to its origins in the...

RJBS/Test-FITesque-0.04 - 19 Apr 2015 08:20:02 UTC

Test::Steering - Execute test scripts conditionally River stage zero No dependents

Often it is useful to have more control over which tests are executed - and how. You can exercise some degree of control by SKIPping unwanted tests but that can be inefficient and cumbersome for large test suites. "Test::Steering" runs test scripts a...

ANDYA/Test-Steering-0.02 - 02 Mar 2008 21:44:41 UTC

Test::Assertions - a simple set of building blocks for both unit and runtime testing River stage two • 12 direct dependents • 82 total dependents

Test::Assertions provides a convenient set of tools for constructing tests, such as unit tests or run-time assertion checks (like C's ASSERT macro). Unlike some of the Test:: modules available on CPAN, Test::Assertions is not limited to unit test scr...

BBC/Test-Assertions-1.054 - 11 Aug 2006 10:24:22 UTC

Test::Group::Tester - Test Test::Group extensions River stage one • 7 direct dependents • 8 total dependents

Test the behavior of a Test::Harness compatible test script, by spawning an external process to run the script and capturing its STDOUT and STDERR. Includes support for matching the failed test diagnostic messages produced by Test::Group and Test::Bu...

DOMQ/Test-Group-0.20 - 03 Jan 2016 19:45:10 UTC

Test::NeedsDisplay - Ensure that tests needing a display have one River stage two • 6 direct dependents • 12 total dependents

When testing GUI applications, sometimes applications or modules absolutely insist on a display, even just to load a module without actually showing any objects. Regardless, this makes GUI applications pretty much impossible to build and test on head...

ADAMK/Test-NeedsDisplay-1.07 - 04 Jan 2009 09:26:46 UTC

Test::Unit::TestCase - unit testing framework base class River stage two • 10 direct dependents • 11 total dependents

Test::Unit::TestCase is the 'workhorse' of the PerlUnit framework. When writing tests, you generally subclass Test::Unit::TestCase, write "set_up" and "tear_down" functions if you need them, a bunch of "test_*" test methods, then do $ TestRunner.pl M...

MCAST/Test-Unit-0.25 - 15 Oct 2005 23:05:28 UTC

Test::Builder::Tester - test testsuites that have been built with Test::Builder River stage zero No dependents

A module that helps you test testing modules that are built with Test::Builder. The testing system is designed to be used by performing a three step process for each test you wish to test. This process starts with using "test_out" and "test_err" in a...

MARKF/Test-Builder-Tester-1.01 - 30 Jul 2004 11:37:09 UTC

Test::Builder::Tester - test testsuites that have been built with Test::Builder River stage five • 22891 direct dependents • 32646 total dependents

A module that helps you test testing modules that are built with Test::Builder. The testing system is designed to be used by performing a three step process for each test you wish to test. This process starts with using "test_out" and "test_err" in a...

EXODIST/Test-Simple-1.302199 - 25 Apr 2024 14:14:26 UTC

Test::Harness::Results - object for tracking results from a single test file River stage one • 4 direct dependents • 5 total dependents

MSCHWERN/Test-Harness-Straps-0.30 - 08 Jan 2008 22:36:10 UTC

App::Yath::Command::test - Run tests River stage two • 12 direct dependents • 16 total dependents

This yath command (which is also the default command) will run all the test files for the current project. If no test files are specified this command will look for the 't', and 't2' directories, as well as the 'test.pl' file. This command is always ...

EXODIST/Test2-Harness-1.000155 - 03 Oct 2023 15:58:08 UTC

My::TAP::Parser::Iterator::Process::LSF River stage one • 1 direct dependent • 1 total dependent

Runs a test harness around automated test cases, like "make test" in a make-oriented software distrbution, and similar to "prove" run in bulk. When run w/o parameters, it looks for "t" directory in the current working directory, and runs ALL tests un...

BRUMMETT/UR-0.47 - 06 Aug 2018 14:29:10 UTC

Test::WWW::Mechanize::Mojo - Test::WWW::Mechanize for Mojo / Mojolicious River stage zero No dependents

Mojo is an MVC Web Application Framework. Test::WWW::Mechanize is a subclass of WWW::Mechanize that incorporates features for web application testing. The Test::WWW::Mechanize::Mojo module meshes the two to allow easy testing of Mojo applications wit...

SHLOMIF/Test-WWW-Mechanize-Mojo-0.0.21 - 07 Oct 2020 07:49:20 UTC
24 results (0.037 seconds)