addError
fTestResult->addError( fObject, threadException );
fTestResult->addError( fObject, threadException );
result->addError(this, new CppUnit::Exception("Error launching thread '" + i->second->getName() + "'"));
result->addError( fObject, threadException );
result->addError( fObject, threadException );
result->addError(this, new CppUnit::Exception("tearDown() failed"));
result->addError(this, new CppUnit::Exception("setUp() failed"));
virtual void addError( Test *test, Exception *e );
result->addError( this, new Exception( e.what() ) );
result->addError( this, e );
result->addError( this, new Exception( "tearDown() failed" ) );
result->addError( this, new Exception( "setUp() failed" ) );