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

Search results for "dist:Test-Unit"

Test::Unit - the PerlUnit testing framework River stage two • 10 direct dependents • 11 total dependents

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::Unit::Test - unit testing framework abstract base class River stage two • 10 direct dependents • 11 total dependents

This class is used by the framework to define the interface of a test. It is an abstract base class implemented by Test::Unit::TestCase and Test::Unit::TestSuite. Due to the nature of the Perl OO implementation, this class is not really needed, but r...

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

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

This class is used by the framework to communicate the occurrence of run-time errors (that is, syntax errors and the like, not failed tests, as the latter are classified as failures) generated by user code. When such an error occurs, an instance of t...

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

Test::Unit::Debug - framework debugging control River stage two • 10 direct dependents • 11 total dependents

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

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

A Decorator to set up and tear down additional fixture state. Subclass Setup and insert it into your tests when you want to set up additional state once before the tests are run....

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

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

This class is used by the framework to load test classes into the runtime environment. It handles test case and test suite classes (referenced either via their package names or the files containing them), Test::Harness style test files, and directory...

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

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

This class contains the various standard assertions used within the framework. With the exception of the "assert(CODEREF, @ARGS)", all the assertion methods take an optional message after the mandatory fields. The message can either be a single strin...

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

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

This class is used by the framework to record the results of tests, which will throw an instance of a subclass of Test::Unit::Exception in case of errors or failures. To achieve this, this class gets called with a test case as argument. It will call ...

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

Test::Unit::Runner - abstract base class for test runners River stage two • 10 direct dependents • 11 total dependents

This class is a parent class of all test runners, and hence is not intended to be used directly. It provides functionality such as state (e.g. run-time options) available to all runner classes....

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

Test::Unit::Warning - helper TestCase for adding warnings to a suite River stage two • 10 direct dependents • 11 total dependents

Used by Test::Unit::TestSuite and others to provide messages that come up when the suite runs....

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

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

This class is used by the framework to communicate the result of assertions, which will throw an instance of this class in case of failures (that is, failed tests, not syntax errors and the like, these are classified as errors)....

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

Test::Unit::Tutorial - Tutorial on unit testing River stage two • 10 direct dependents • 11 total dependents

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::Unit::Listener - unit testing framework abstract base class River stage two • 10 direct dependents • 11 total dependents

This class is used by the framework to define the interface of a test listener. It is an abstract base class implemented by the test runners. Due to the nature of the Perl OO implementation, this class is not really needed, but rather serves as docum...

MCAST/Test-Unit-0.25 - 15 Oct 2005 23:05:28 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::Unit::TestSuite - unit testing framework base class River stage two • 10 direct dependents • 11 total dependents

This class provides the functionality for building test suites in several different ways. Any module can be a test suite runnable by the framework if it provides a "suite()" method which returns a "Test::Unit::TestSuite" object, e.g. use Test::Unit::...

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

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

A Decorator for Tests. Use TestDecorator as the base class for defining new test decorators. Test decorator subclasses can be introduced to add behaviour before or after a test is run....

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

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

This class is used by the framework to communicate the result of assertions, which will throw an instance of a subclass of this class in case of errors or failures....

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

Test::Unit::Assertion - The abstract base class for assertions River stage two • 10 direct dependents • 11 total dependents

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

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

This class is the test runner for the command line style use of the testing framework. It is used by simple command line tools like the TestRunner.pl script provided. The class needs one argument, which is the name of the class encapsulating the test...

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

Test::Unit::Procedural - Procedural style unit testing interface River stage two • 10 direct dependents • 11 total dependents

Test::Unit::Procedural is the procedural style interface to a sophisticated unit testing framework for Perl that is derived from the JUnit testing framework for Java by Kent Beck and Erich Gamma. While this framework is originally intended to support...

MCAST/Test-Unit-0.25 - 15 Oct 2005 23:05:28 UTC
28 results (0.018 seconds)