1Test::Unit::TkTestRunneUrs(e3r)Contributed Perl DocumentTaetsito:n:Unit::TkTestRunner(3)
2
3
4
6 Test::Unit::TkTestRunner - unit testing framework helper class
7
9 use Test::Unit::TkTestRunner;
10 Test::Unit::TkTestRunner::main($my_testcase_class);
11
13 This class is the test runner for the GUI style use of the testing
14 framework.
15
16 It is used by simple command line tools like the TkTestRunner.pl script
17 provided.
18
19 The class needs as arguments the names of the classes encapsulating the
20 tests to be run.
21
23 Copyright (c) 2000-2002, 2005 the PerlUnit Development Team (see
24 Test::Unit or the AUTHORS file included in this distribution).
25
26 All rights reserved. This program is free software; you can
27 redistribute it and/or modify it under the same terms as Perl itself.
28
30 · Test::Unit::Loader
31
32 · Test::Unit::Listener
33
34 · Test::Unit::Result
35
36 · Test::Unit::TestRunner
37
38 · Test::Unit::TestCase
39
40 · Test::Unit::TestSuite
41
42 · For further examples, take a look at the framework self test
43 collection (t::tlib::AllTests).
44
45
46
47perl v5.32.0 2020-07-28 Test::Unit::TkTestRunner(3)