Test::Unit::Decorator - unit testing framework helper class
Contents
Description
A Decorator for Tests. Use TestDecorator as the base class for defining new test decorators. Test
decorator subclasses can be introduced to add behaviour before or after a test is run.
Name
Test::Unit::Decorator - unit testing framework helper class
See Also
Test::Unit::TestCase
perl v5.38.2 2024-07-27 Test::Unit::Decorator(3pm)
Synopsis
# A Decorator for Tests. Use TestDecorator as the base class
# for defining new test decorators. Test decorator subclasses
# can be introduced to add behaviour before or after a test
# is run.
