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 - the PerlUnit testing framework

Description

       This framework is intended to support unit testing in an object-oriented development paradigm (with
       support for inheritance of tests etc.) and is derived from the JUnit testing framework for Java by Kent
       Beck and Erich Gamma.  To start learning how to use this framework, see Test::Unit::TestCase and
       Test::Unit::TestSuite.  (There will also eventually be a tutorial in Test::Unit::Tutorial.

       However "Test::Unit::Procedural" is the procedural style interface to a sophisticated unit testing
       framework for Perl that .  Test::Unit is intended to provide a simpler interface to the framework that is
       more suitable for use in a scripting style environment.  Therefore, Test::Unit does not provide much
       support for an object-oriented approach to unit testing.

Feedback

       The  Perl  Unit development team are humans. In part we develop stuff because it scratches our collective
       itch but we'd also really like to know if it scratches yours.

       Please        subscribe        to        the        perlunit-users        mailing         list         at
       <http://lists.sourceforge.net/lists/listinfo/perlunit-users> and let us know what you love and hate about
       PerlUnit and what else you want to do with it.

perl v5.38.2                                       2024-07-27                                    Test::Unit(3pm)

Name

       Test::Unit - the PerlUnit testing framework

See Also

       •   Test::Unit::TestCase

       •   Test::Unit::TestSuite

       •   Test::Unit::Procedural

Synopsis

       This package provides only the project version number, copyright texts, and a framework overview in POD
       format.

See Also