| CPAN Ratings (Gamma) Test-Exception reviews | |
| Home | Search | About | Login |
RSS | Module Info | Add a review of Test-Exception
5 out of 8 found this review helpful:
A "Must" module if you use die or carp in your code. This test module will be of great help, no more playing with eval.
I only wished 4 of the 6 provided functions would be removed from the API. lives_ok, IMHO, makes little sense and dies_ok is plain wrong. it's
easy to make a mistake and have a test pass a dies_ok while the real error is not the one documented in the message. I'd recommend to _not_ use dies_ok but to only use the superior throws_ok.
nadim khemir NKH - 2007-01-30 09:11:29
Was this review helpful to you?
Yes
No
Well-documented testing extension which provides a means of testing code/methods that intentionally die, without resorting to 'eval'.
Lee Goddard - 2006-08-15 06:31:48
Was this review helpful to you?
Yes
No
My previous complaints aboout the interface have been addressed by a documentation change in the last release. Author is very responsive and helpful.
Perrin Harkins - 2005-07-21 13:24:52
Was this review helpful to you?
Yes
No
Just a quick comment that you can use Test::Exception without prototypes if you so wish, and since 0.21 this is documented in the POD.
Adrian Howard - 2005-07-21 10:00:08
Was this review helpful to you?
Yes
No
This module is just about a "must have" addition for testing if your code ever intentionally dies/croaks/throws on errors. It ought to be part of the core testing suite distributed with perl.
David Golden - 2004-09-27 09:51:32
Was this review helpful to you?
Yes
No
Very nice, very strightforward way of testing your exceptions. I highly recommend it.
Stevan Little - 2004-07-20 09:41:16
Was this review helpful to you?
Yes
No
A wonderful addition to the Test::* collection. It can be tough to test failure, and without a module like Test::Exception, I might be tempted to not bother testing those failures. Test::Exception makes a breeze.
Andy Lester - 2003-10-22 07:55:26
Was this review helpful to you?
Yes
No
|
Perl.org sites
: bugs
| dev
| history
| jobs
| learn
| lists
| use
Site Information and Contacts |
|