Home
last modified time | relevance | path

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

/haiku/headers/tools/cppunit/
H A DTestShell.h102 const char* TestDir() const;
103 static const char* GlobalTestDir() { return (fGlobalShell ? fGlobalShell->TestDir() : NULL); }; in GlobalTestDir()
/haiku/src/tools/cppunit/
H A DTestShell.cpp228 BTestShell::TestDir() const { in TestDir() function in BTestShell