1Test::Unit::Decorator(3U)ser Contributed Perl DocumentatiToenst::Unit::Decorator(3)
2
3
4
6 Test::Unit::Decorator - unit testing framework helper class
7
9 # A Decorator for Tests. Use TestDecorator as the base class
10 # for defining new test decorators. Test decorator subclasses
11 # can be introduced to add behaviour before or after a test
12 # is run.
13
15 A Decorator for Tests. Use TestDecorator as the base class for defining
16 new test decorators. Test decorator subclasses can be introduced to add
17 behaviour before or after a test is run.
18
20 Copyright (c) 2001 Kevin Connor <kconnor@interwoven.com>
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
26 Test::Unit::TestCase
27
28
29
30perl v5.32.1 2021-01-27 Test::Unit::Decorator(3)