1Test::Unit::TestRunner(U3s)er Contributed Perl DocumentatTieosnt::Unit::TestRunner(3)
2
3
4
6 Test::Unit::TestRunner - unit testing framework helper class
7
9 use Test::Unit::TestRunner;
10
11 my $testrunner = Test::Unit::TestRunner->new();
12 $testrunner->start($my_test_class);
13
15 This class is the test runner for the command line style use of the
16 testing framework.
17
18 It is used by simple command line tools like the TestRunner.pl script
19 provided.
20
21 The class needs one argument, which is the name of the class
22 encapsulating the tests to be run.
23
25 -wait
26 wait for user confirmation between tests
27
28 -v version info
29
31 Copyright (c) 2000-2002, 2005 the PerlUnit Development Team (see
32 Test::Unit or the AUTHORS file included in this distribution).
33
34 All rights reserved. This program is free software; you can
35 redistribute it and/or modify it under the same terms as Perl itself.
36
38 · Test::Unit::TestCase
39
40 · Test::Unit::Listener
41
42 · Test::Unit::TestSuite
43
44 · Test::Unit::Result
45
46 · Test::Unit::TkTestRunner
47
48 · For further examples, take a look at the framework self test
49 collection (t::tlib::AllTests).
50
51
52
53perl v5.30.0 2019-09-05 Test::Unit::TestRunner(3)