Home
last modified time | relevance | path

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

/haiku/src/tools/cppunit/
H A DTestShell.cpp35 , fTestResults(syncObject) in BTestShell()
213 suite.run(&fTestResults); in Run()
381 fTestResults.addListener(new BTestListener); in InitOutput()
383 fTestResults.addListener(&fResultsCollector); in InitOutput()
/haiku/headers/tools/cppunit/
H A DTestShell.h118 CppUnit::TestResult fTestResults; variable