1Test::Unit::Tutorial(3)User Contributed Perl DocumentatioTnest::Unit::Tutorial(3)
2
3
4

NAME

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

SYNOPSIS

9           perldoc Test::Unit::Tutorial
10

DESCRIPTION

12       Here should be extensive documentation on what unit testing is, why it
13       is useful, and how to do it with the Test::Unit collection of modules.
14
15       Sorry for not implementing this yet.
16
17       Please have a look at the examples in the examples directory and read
18       the README file that came with this distribution.
19
20       A short tutorial on how to use the unit testing framework is included
21       in Test::Unit::TestCase.
22
23       Further examples can be found by looking at the self test collection,
24       starting in t::tlib::AllTests.
25

AUTHOR

27       Christian Lemburg <lemburg@acm.org>
28

SEE ALSO

30       ·   The module documentation for all modules in the Test::Unit tree.
31
32       ·   Refactoring. Improving The Design Of Existing Code.  Martin Fowler.
33           Addison-Wesley, 1999.
34
35       ·   The JUnit (unit testing framework for Java) documentation.
36
37       ·   http://www.xProgramming.com/
38
39
40
41perl v5.32.0                      2020-07-28           Test::Unit::Tutorial(3)
Impressum