1Test::Unit::Setup(3) User Contributed Perl Documentation Test::Unit::Setup(3)
2
3
4
6 Test::Unit::Setup - unit testing framework helper class
7
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
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
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
25 Test::Unit::TestCase, Test::Unit::Exception
26
27
28
29perl v5.30.1 2020-01-30 Test::Unit::Setup(3)