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

NAME

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

SYNOPSIS

9           # A Decorator to set up and tear down additional fixture state.
10           # Subclass Setup and insert it into your tests when you want
11           # to set up additional state once before the tests are run.
12

DESCRIPTION

14       A Decorator to set up and tear down additional fixture state.  Subclass
15       Setup and insert it into your tests when you want to set up additional
16       state once before the tests are run.
17

AUTHOR

19       Copyright (c) 2001 Kevin Connor <kconnor@interwoven.com>
20
21       All rights reserved. This program is free software; you can
22       redistribute it and/or modify it under the same terms as Perl itself.
23

SEE ALSO

25       Test::Unit::TestCase, Test::Unit::Exception
26
27
28
29perl v5.32.0                      2020-07-28              Test::Unit::Setup(3)
Impressum