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

NAME

6       Test::Unit::Test - unit testing framework abstract base class
7

SYNOPSIS

9       This class is not intended to be used directly
10

DESCRIPTION

12       This class is used by the framework to define the interface of a test.
13       It is an abstract base class implemented by Test::Unit::TestCase and
14       Test::Unit::TestSuite.
15
16       Due to the nature of the Perl OO implementation, this class is not
17       really needed, but rather serves as documentation of the interface.
18

AUTHOR

20       Copyright (c) 2000-2002, 2005 the PerlUnit Development Team (see
21       Test::Unit or the AUTHORS file included in this distribution).
22
23       All rights reserved. This program is free software; you can
24       redistribute it and/or modify it under the same terms as Perl itself.
25

SEE ALSO

27       ·   Test::Unit::Assert
28
29       ·   Test::Unit::TestCase
30
31       ·   Test::Unit::TestSuite
32
33
34
35perl v5.30.0                      2019-09-05               Test::Unit::Test(3)
Impressum