Home
last modified time | relevance | path

Searched refs:threadException (Results 1 – 2 of 2) sorted by relevance

/haiku/headers/tools/cppunit/
H A DThreadManager.h171 CppUnit::Exception *threadException = new CppUnit::Exception( in Run() local
175 fTestResult->addFailure( fObject, threadException ); in Run()
179 CppUnit::Exception *threadException = new CppUnit::Exception( in Run() local
182 fTestResult->addError( fObject, threadException ); in Run()
186 CppUnit::Exception *threadException = new CppUnit::Exception( in Run() local
189 fTestResult->addError( fObject, threadException ); in Run()
H A DThreadedTestCaller.h213 CppUnit::Exception *threadException = new CppUnit::Exception( in run() local
217 result->addFailure( fObject, threadException ); in run()
221 CppUnit::Exception *threadException = new CppUnit::Exception( in run() local
224 result->addError( fObject, threadException ); in run()
228 CppUnit::Exception *threadException = new CppUnit::Exception( in run() local
231 result->addError( fObject, threadException ); in run()