logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Test::Unit::Decorator - unit testing framework helper class

Author

       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.

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.

See Also