![]() |
|
go ahead... be a heretic | |
PerlMonks |
Re^3: Test Technique: Self-removing test databy Anonymous Monk |
on Jul 19, 2007 at 03:45 UTC ( #627432=note: print w/replies, xml ) | Need Help?? |
Test::Class catches exceptions that happen in any of your test methods (including startup, shutdown, setup, and teardown methods) and registers the tests as failed. It's conceivable that you could die from outside of your test methods and that would prevent your cleanup from happening, but it would also probably mean that your setup didn't happen either. Test::Class is by no means perfect, but it deserves a little more credit than you give it.
In Section
Meditations
|
|