How the CppUnit will handles the exception.
- by avinash
hi,
I know that CppUnit will handle the exceptions through :
CPPUNIT_ASSERT_THROW(expression,ExceptionType);
can any body explain theoritically about how CppUnit will handle the exception.