Nick Bova - 2004-01-20

HI!

Is it possible to catch abort() function in test case
and continue execution another tests?
In other words, I now that in tested function
abort() function must be called and I want to test
exactrly this situation.
Is this possible?
How?

Thanks.