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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.