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

NAME

6       Test::Unit::Error - unit testing framework exception class
7

SYNOPSIS

9       This class is not intended to be used directly
10

DESCRIPTION

12       This class is used by the framework to communicate the occurrence of
13       run-time errors (that is, syntax errors and the like, not failed tests,
14       as the latter are classified as failures) generated by user code.  When
15       such an error occurs, an instance of this class will be thrown and
16       caught internally in the framework.
17

AUTHOR

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

SEE ALSO

26       ·   Test::Unit::Exception
27
28       ·   Test::Unit::Assert
29
30
31
32perl v5.32.0                      2020-07-28              Test::Unit::Error(3)
Impressum