1Test::Unit::Loader(3) User Contributed Perl DocumentationTest::Unit::Loader(3)
2
3
4
6 Test::Unit::Loader - unit testing framework helper class
7
9 This class is not intended to be used directly.
10
12 This class is used by the framework to load test classes into the
13 runtime environment. It handles test case and test suite classes
14 (referenced either via their package names or the files containing
15 them), Test::Harness style test files, and directory names.
16
18 Copyright (c) 2000-2002, 2005 the PerlUnit Development Team (see
19 Test::Unit or the AUTHORS file included in this distribution).
20
21 All rights reserved. This program is free software; you can
22 redistribute it and/or modify it under the same terms as Perl itself.
23
25 · Test::Unit::TestCase
26
27 · Test::Unit::UnitHarness
28
29 · Test::Unit::TkTestRunner
30
31
32
33perl v5.32.0 2020-07-28 Test::Unit::Loader(3)