1Test::Unit::Test(3) User Contributed Perl Documentation Test::Unit::Test(3)
2
3
4
6 Test::Unit::Test - unit testing framework abstract base class
7
9 This class is not intended to be used directly
10
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
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
27 • Test::Unit::Assert
28
29 • Test::Unit::TestCase
30
31 • Test::Unit::TestSuite
32
33
34
35perl v5.32.1 2021-01-27 Test::Unit::Test(3)