| Test::Unit::Decorator(3pm) | User Contributed Perl Documentation | Test::Unit::Decorator(3pm) |
Test::Unit::Decorator - unit testing framework helper class
# 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.
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.
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
| 2022-11-19 | perl v5.36.0 |