| CPAN Ratings (Gamma) Test-Class reviews | |
| Home | Search | About | Login |
RSS | Module Info | Add a review of Test-Class
3 out of 3 found this review helpful:
Works as advertised, good mix of xUnit style with Test::Builder compatibility.
Bob Showalter - 2008-07-15 13:33:22
Was this review helpful to you?
Yes
No
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
Test::Class made my collection of tests so much easier to understand, use, and extend. I can add tests for a new method now in a few minutes where they used to take me hours.
Andrew Moore - 2007-05-31 11:58:37
Was this review helpful to you?
Yes
No
I can't say enough good things about this module. Inherited tests, loading all of your classes once and only once (a nice little performance boost compared to multiple .t tests) and great documentation.
Also, if you have a large object-oriented hierarchy of code, Test::Class does an excellent job of allowing your test organization to match your code organization. No more staring at a long list of .t files and wondering which one has the code you want to test. Just check the corresponding test class for the code you're concerned about.
Curtis "Ovid" Poe - 2006-12-14 07:32:59
Was this review helpful to you?
Yes
No
Test::Class keeps getting better. Especially in 0.14, the ability to run specific tests via the TEST_METHOD environment variable is very useful. I use it extensively throughout my testing code. Thanks for a very perl-y OO test module.
Ted Carnahan - 2006-10-02 20:52:34
Was this review helpful to you?
Yes
No
Good stuff - interesting talk at YAPC::EU , should be a real help if I ever need to test some real OO stuff , no need to relearn testing methods as it uses the standard Test:* ones
Bad Stuff - doesn't pass all its own tests against recent Test::Builder installs as the output format has changed,bugs created and patch available but no CPAN release
Peter Sinnott - 2006-09-05 12:42:43
Was this review helpful to you?
Yes
No
Not often that i see such a beauty/well thought interface and documentation. Looking forward to use this module often.
Murat Uenalan - 2004-01-31 20:51:23
Was this review helpful to you?
Yes
No
|
Perl.org sites
: bugs
| dev
| history
| jobs
| learn
| lists
| use
Site Information and Contacts |
|