1Test::Unit::Listener(3)User Contributed Perl DocumentatioTnest::Unit::Listener(3)
2
3
4
6 Test::Unit::Listener - 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 listener. It is an abstract base class implemented by the test runners.
14
15 Due to the nature of the Perl OO implementation, this class is not
16 really needed, but rather serves as documentation of the interface.
17
18 Each of the add_ methods gets two arguments: "test" and "exception".
19 The test is a Test::Unit::Test and the exception is a
20 Test::Unit::Exception. Typically you want to display "test->name()" and
21 keep the rest as details.
22
24 Copyright (c) 2000-2002, 2005 the PerlUnit Development Team (see
25 Test::Unit or the AUTHORS file included in this distribution).
26
27 All rights reserved. This program is free software; you can
28 redistribute it and/or modify it under the same terms as Perl itself.
29
31 · Test::Unit::Exception
32
33 · Test::Unit::TestRunner
34
35 · Test::Unit::TkTestRunner
36
37
38
39perl v5.30.1 2020-01-30 Test::Unit::Listener(3)