1Test::Unit::Decorator(3U)ser Contributed Perl DocumentatiToenst::Unit::Decorator(3)
2
3
4

NAME

6       Test::Unit::Decorator - unit testing framework helper class
7

SYNOPSIS

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

DESCRIPTION

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

AUTHOR

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

SEE ALSO

26       Test::Unit::TestCase
27
28
29
30perl v5.30.0                      2019-09-05          Test::Unit::Decorator(3)
Impressum