in reply to Unit Testing in Perl
As indicated here and here, Test::Unit appears to have been abandoned. Note that, unlike Perlish-mainstream Test:: modules, Test::Unit is not based on Test::Builder.
A common mistake I've seen from folks coming from a non-Perl xUnit background is to use Test::Unit in preference to the Perl-mainstream and much more widely used Test::Builder/TAP/Test::More/Test::Class set of modules ... only to regret that decision later. Have a read of the "Other Modules for xUnit Testing in Perl" section of the Test::Class documentation, which compares Test::Class with other xUnit-style Perl testing modules (including Test::Unit and Test::SimpleUnit).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Unit Testing in Perl
by skyknight (Hermit) on Jun 26, 2005 at 12:28 UTC | |
by eyepopslikeamosquito (Archbishop) on Jun 26, 2005 at 12:52 UTC | |
by adrianh (Chancellor) on Jun 27, 2005 at 01:11 UTC | |
by adamk (Chaplain) on Jun 26, 2005 at 16:02 UTC | |
by adrianh (Chancellor) on Jun 27, 2005 at 01:20 UTC | |
by adamk (Chaplain) on Jun 28, 2005 at 08:50 UTC | |
by adrianh (Chancellor) on Jun 29, 2005 at 16:36 UTC |