Test::Unit::Runner - abstract base class for test runners |
Test::Unit::Runner - abstract base class for test runners
# this class is not intended to be used directly
This class is a parent class of all test runners, and represents state (e.g. run-time options) available to all runner classes.
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.
- Test::Unit::HarnessUnit - Test::Unit::TestRunner - Test::Unit::TkTestRunner
Test::Unit::Runner - abstract base class for test runners |