Adam Spiers > Test-Unit-0.24 > Test::Unit::Runner

Download:
Test-Unit-0.24.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  3
View Bugs
Report a bug
Source   Latest Release: Test-Unit-0.25

NAME ^

    Test::Unit::Runner - abstract base class for test runners

SYNOPSIS ^

    # this class is not intended to be used directly 

DESCRIPTION ^

    This class is a parent class of all test runners, and represents
    state (e.g. run-time options) available to all runner classes.

AUTHOR ^

    Copyright (c) 2000 Brian Ewins, Christian Lemburg, <lemburg@acm.org>.

    All rights reserved. This program is free software; you can
    redistribute it and/or modify it under the same terms as
    Perl itself.

    Thanks go to the other PerlUnit framework people: 
    Cayte Lindner, J.E. Fritz, Zhon Johansen.

SEE ALSO ^

    - Test::Unit::HarnessUnit
    - Test::Unit::TestRunner
    - Test::Unit::TkTestRunner