Test::Unit::Setup - unit testing framework helper class
Contents
Description
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.
Name
Test::Unit::Setup - unit testing framework helper class
See Also
Test::Unit::TestCase, Test::Unit::Exception
perl v5.38.2 2024-07-27 Test::Unit::Setup(3pm)
Synopsis
# 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.
