I have a test case that's throwing an exception. I don't know where the exception is being thrown from (it's a library exception, not one of my exceptions). Most of the time I want CppUnit to catch exceptions, but I'd like a way to tell it to not catch them just this once (until I get the test fixed, and then I'll change this option). Is this possible?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a test case that's throwing an exception. I don't know where the exception is being thrown from (it's a library exception, not one of my exceptions). Most of the time I want CppUnit to catch exceptions, but I'd like a way to tell it to not catch them just this once (until I get the test fixed, and then I'll change this option). Is this possible?
i dont know wheather it'll act
--try to catch it befor cppunit do