Test::Unit::Setup(3pm) | User Contributed Perl Documentation | Test::Unit::Setup(3pm) |
Test::Unit::Setup - unit testing framework helper class
# A Decorator to set up and tear down additional fixture state. # Subclass Setup and insert it into your tests when you want # to set up additional state once before the tests are run.
A Decorator to set up and tear down additional fixture state. Subclass Setup and insert it into your tests when you want to set up additional state once before the tests are run.
Copyright (c) 2001 Kevin Connor <kconnor@interwoven.com>
All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Test::Unit::TestCase, Test::Unit::Exception
2022-11-19 | perl v5.36.0 |