Search results for "module:Test::Tutorial"
Test::Unit::Tutorial - Tutorial on unit testing
Here should be extensive documentation on what unit testing is, why it is useful, and how to do it with the Test::Unit collection of modules. Sorry for not implementing this yet. Please have a look at the examples in the examples directory and read t...
MCAST/Test-Unit-0.25 - 15 Oct 2005 23:05:28 UTC
Test::Story::Tutorial - How to write automation tests
NACHBAUR/Test-Story-0.07
-
18 Aug 2010 00:23:48 UTC
Test::Class::Moose::Tutorial - A starting guide for Test::Class::Moose
DROLSKY/Test-Class-Moose-0.99
-
07 Feb 2021 17:09:12 UTC
Test::Run - a new and improved test harness for TAP scripts.
SHLOMIF/Test-Run-0.0305
-
17 Oct 2020 16:18:04 UTC
Test::Unit - the PerlUnit testing framework
This framework is intended to support unit testing in an object-oriented development paradigm (with support for inheritance of tests etc.) and is derived from the JUnit testing framework for Java by Kent Beck and Erich Gamma. To start learning how to...
MCAST/Test-Unit-0.25 - 15 Oct 2005 23:05:28 UTC
Test::YAFT - Yet another testing framework
This module combines features of multiple test libraries providing its own, BDD inspired, Context oriented, testing approach....
BARNEY/Test-YAFT-1.0.1 - 06 Jul 2022 10:59:00 UTC
Test::XPath - Test XML and HTML content and structure with XPath expressions
Use the power of XPath expressions to validate the structure of your XML and HTML documents. About XPath XPath is a powerful query language for XML documents. Test::XPath relies on the libxml2 implementation provided by XML::LibXML. libxml2 -- pretty...
MANWAR/Test-XPath-0.20 - 13 Jun 2022 21:33:56 UTC
Test::Class - Easily create test classes in an xUnit/JUnit style
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::Simple - Basic utilities for writing tests.
** If you are unfamiliar with testing read Test::Tutorial first! ** This is an extremely simple, extremely basic module for writing tests suitable for CPAN modules and other pursuits. If you wish to do more complicated testing, use the Test::More mod...
EXODIST/Test-Simple-1.302195 - 28 Apr 2023 12:57:53 UTC
Apache::Test - Test.pm wrapper with helpers for testing Apache
Apache::Test is a wrapper around the standard "Test.pm" with helpers for testing an Apache server....
SHAY/Apache-Test-1.43 - 07 Nov 2021 13:00:25 UTC
Test::Numeric - Testing utilities for numbers.
This is a simple testing module that lets you do several tests on numbers. You can check that it is a number, check that it is an integer, check if they are odd or even and finally check if they are of a certain form....
EVDB/Test-Numeric-0.3 - 16 Dec 2004 17:52:08 UTC
Test::Refcount - assert reference counts on objects
The Perl garbage collector uses simple reference counting during the normal execution of a program. This means that cycles or unweakened references in other parts of code can keep an object around for longer than intended. To help avoid this problem,...
PEVANS/Test-Refcount-0.10 - 26 Jun 2019 10:31:40 UTC
Test::Database - Database handles ready for testing
Test::Database provides a simple way for test authors to request a test database, without worrying about environment variables or the test host configuration. See SYNOPSIS for typical usage. See Test::Database::Tutorial for more detailed explanations...
BOOK/Test-Database-1.113 - 24 May 2014 23:54:25 UTC
Test::BrewBuild - Perl/Berry brew unit testing automation, with remote tester dispatching capabilities.
This module is the backend for the "brewbuild" script that is accompanied by this module. For end-user use, see brewbuild <https://metacpan.org/pod/distribution/Test-BrewBuild/bin/brewbuild>. You can also read the documentation for the network dispat...
STEVEB/Test-BrewBuild-2.22 - 19 Oct 2019 16:33:06 UTC
Test::Singleton - Test for Singleton classes
** If you are unfamiliar with testing read Test::Tutorial first! ** This is asimple, basic module for checking whether a class is a Singleton. A Singleton describes an object class that can have only one instance in any system. An example of a Single...
TPG/Test-Singleton-1.02 - 15 Feb 2006 20:25:24 UTC
Test::MockObject - Perl extension for emulating troublesome interfaces
It's a simple program that doesn't use any other modules, and those are easy to test. More often, testing a program completely means faking up input to another module, trying to coax the right output from something you're not supposed to be testing a...
CHROMATIC/Test-MockObject-1.20200122 - 22 Jan 2020 18:48:26 UTC
Test::LectroTest - Easy, automatic, specification-based tests
This module provides a simple (yet full featured) interface to LectroTest, an automated, specification-based testing system for Perl. To use it, declare properties that specify the expected behavior of your software. LectroTest then checks your softw...
TMOERTEL/Test-LectroTest-0.5001 - 16 May 2013 01:01:29 UTC
Test::Class::Most - Test Classes the easy way
When people write test classes with the excellent "Test::Class", you often see the following at the top of the code: package Some::Test::Class; use strict; use warnings; use base 'My::Test::Class'; use Test::More; use Test::Exception; # and then the ...
OVID/Test-Class-Most-0.08 - 22 Nov 2012 10:09:29 UTC
Test::Class::Sugar - Helper syntax for writing Test::Class tests
Test::Class::Sugar provides a new syntax for setting up your Test::Class based tests. The idea is that we bundle up all the tedious boilerplate involved in writing a class in favour of getting to the meat of what you're testing. We made warranted ass...
PDCAWLEY/Test-Class-Sugar-0.0400 - 07 Nov 2009 11:09:07 UTC