Hi,everybody, now when i have a failed condition like CPPUNIT_ASSERT( 1!=2 ), but when the program run to here it will terminate, and the printed text in the screen is Abort.
So how can i let program run to the end without abort, and print which condition failed in the screen? Thanks for your reply:)
I'm a newbie..........
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,everybody, now when i have a failed condition like CPPUNIT_ASSERT( 1!=2 ), but when the program run to here it will terminate, and the printed text in the screen is Abort.
So how can i let program run to the end without abort, and print which condition failed in the screen? Thanks for your reply:)
I'm a newbie..........