Home
last modified time | relevance | path

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

/haiku/src/tools/cppunit/
H A DThreadedTestCase.cpp15 , fProgressSeparator(progressSeparator) in BThreadedTestCase()
50 string str = string("[") + info->name + fProgressSeparator + num in NextSubTest()
/haiku/headers/tools/cppunit/
H A DThreadedTestCase.h46 std::string fProgressSeparator; variable