| CPAN Ratings (Gamma) Reviews by Matisse Enzer | |
| Home | Search | About | Login |
RSS | Module Info | Add a review of
3 out of 3 found this review helpful:
An excellent tool for testing complex object-oriented code, especially where inheritance is in use.
The interface is based on the well-known xUnit style and will be reasonably familiar to programmers who have used jUnit, and similar tools. Test::Class mixes very nicely with non-xUnit tests so you do have to choose one way or the other.
Matisse Enzer - 2007-12-19 08:24:20
Was this review helpful to you?
Yes
No
I like Test::Unit - it makes it much easier to create tests that are isolated from each other.
One annoyance: Unless you specify a list of tests to run, the tests arerun in random order. It would be nicer if the default was to run tests in the order in which they appear - maybe doing a simple search through the file for the 'sub' declarations could help fix this. I'll have a look...
See also, my blog posting: http://twoalpha.blogspot.com/2005/11/unit-testing-in-perl-with-testunit.html
Matisse Enzer - 2006-01-08 14:02:54
Was this review helpful to you?
Yes
No
|
Perl.org sites
: bugs
| dev
| history
| jobs
| learn
| lists
| use
Site Information and Contacts |
|