in reply to Testing error handling that calls "die"

In addition to toolic's suggestion, I've seen Test::Exception used pretty extensively. For example, it's in the test suite for Moose and Mouse. I haven't worked with it extensively and it's not in CORE, so I don't know if it has any gotchas.
  • Comment on Re: Testing error handling that calls "die"

Replies are listed 'Best First'.
Re^2: Testing error handling that calls "die"
by stvn (Monsignor) on Dec 27, 2011 at 02:18 UTC