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


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
 Test::Unit::Runner - abstract base class for test runners