Home
last modified time | relevance | path

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

/haiku/src/tools/cppunit/
H A DThreadedTestCase.cpp12 BThreadedTestCase::BThreadedTestCase(string name, string progressSeparator) in BThreadedTestCase() argument
15 , fProgressSeparator(progressSeparator) in BThreadedTestCase()
/haiku/headers/tools/cppunit/
H A DThreadedTestCase.h14 BThreadedTestCase(std::string Name = "", std::string progressSeparator = ".");