1Test::Unit::Loader(3) User Contributed Perl DocumentationTest::Unit::Loader(3)
2
3
4

NAME

6       Test::Unit::Loader - unit testing framework helper class
7

SYNOPSIS

9       This class is not intended to be used directly.
10

DESCRIPTION

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

AUTHOR

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

SEE ALSO

25       ·   Test::Unit::TestCase
26
27       ·   Test::Unit::UnitHarness
28
29       ·   Test::Unit::TkTestRunner
30
31
32
33perl v5.30.0                      2019-09-05             Test::Unit::Loader(3)
Impressum