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::Tutorial - Tutorial on unit testing

Author

       Christian Lemburg <lemburg@acm.org>

Description

       Here should be extensive documentation on what unit testing is, why it is useful, and how to do it with
       the Test::Unit collection of modules.

       Sorry for not implementing this yet.

       Please have a look at the examples in the examples directory and read the README file that came with this
       distribution.

       A short tutorial on how to use the unit testing framework is included in Test::Unit::TestCase.

       Further examples can be found by looking at the self test collection, starting in t::tlib::AllTests.

Name

       Test::Unit::Tutorial - Tutorial on unit testing

See Also

       •   The module documentation for all modules in the Test::Unit tree.

       •   Refactoring.ImprovingTheDesignOfExistingCode.  Martin Fowler. Addison-Wesley, 1999.

       •   The JUnit (unit testing framework for Java) documentation.

       •   http://www.xProgramming.com/

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

Synopsis

           perldoc Test::Unit::Tutorial

See Also