1Test::Unit::Failure(3)User Contributed Perl DocumentationTest::Unit::Failure(3)
2
3
4
6 Test::Unit::Failure - unit testing framework exception class
7
9 This class is not intended to be used directly
10
12 This class is used by the framework to communicate the result of
13 assertions, which will throw an instance of this class in case of
14 failures (that is, failed tests, not syntax errors and the like, these
15 are classified as errors).
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::Exception
26
27 • Test::Unit::Assert
28
29
30
31perl v5.32.1 2021-01-27 Test::Unit::Failure(3)