How the CppUnit will handles the exception.

Posted by avinash on Stack Overflow See other posts from Stack Overflow or by avinash
Published on 2010-04-23T09:11:35Z Indexed on 2010/04/23 9:13 UTC
Read the original article Hit count: 367

Filed under:

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.

© Stack Overflow or respective owner

Related posts about cppunit