Home
last modified time | relevance | path

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

/haiku/headers/tools/cppunit/
H A DThreadManager.h37 CppUnit::TestResult *fTestResult; variable
56 , fTestResult(NULL) in BThreadManager()
112 fTestResult = result; in LaunchThread()
175 fTestResult->addFailure( fObject, threadException ); in Run()
182 fTestResult->addError( fObject, threadException ); in Run()
189 fTestResult->addError( fObject, threadException ); in Run()