i have a CPPUNIT_ASSERT whose condition is FALSE ,
and because of this QtTestRunner is terminated

x is a pointer and is equal to NULL

CPPUNIT_ASSERT(x!=NULL);

most often i get this message :
TesterFomDo has encountered a problem and needs to close.