RSS | Module Info | Add a review of Test-Exception

5 out of 8 found this review helpful:

Test-Exception (0.24) *****

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

7 out of 7 found this review helpful:

Test-Exception (0.21) *****

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

8 out of 9 found this review helpful:

Test-Exception (0.21) ****

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

6 out of 6 found this review helpful:

Test-Exception (0.21)

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

2 out of 2 found this review helpful:

Test-Exception (0.20) *****

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

2 out of 2 found this review helpful:

Test-Exception (0.15) *****

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

3 out of 4 found this review helpful:

Test-Exception (0.15) *****

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


the camel