1Test::Unit::Exception(3U)ser Contributed Perl DocumentatiToenst::Unit::Exception(3)
2
3
4
6 Test::Unit::Exception - 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 a subclass of this class in
14 case of errors or failures.
15
17 Copyright (c) 2000-2002, 2005 the PerlUnit Development Team (see
18 Test::Unit or the AUTHORS file included in this distribution).
19
20 All rights reserved. This program is free software; you can
21 redistribute it and/or modify it under the same terms as Perl itself.
22
24 · Test::Unit::Assert
25
26 · Test::Unit::Error
27
28 · Test::Unit::Failure
29
30
31
32perl v5.28.0 2005-08-01 Test::Unit::Exception(3)