Searched refs:getTests (Results 1 - 6 of 6) sorted by relevance

/haiku/headers/tools/cppunit/
H A DTestSuite.h27 const std::map<std::string, CppUnit::Test*> &getTests() const;
/haiku/headers/tools/cppunit/cppunit/
H A DTestSuite.h59 const vector<Test *> &getTests() const;
/haiku/src/tools/cppunit/cppunit/
H A DTestRunner.cpp118 for ( vector<Test *>::const_iterator it = m_suite->getTests().begin();
119 it != m_suite->getTests().end();
H A DTestSuite.cpp89 TestSuite::getTests() const function in class:CppUnit::TestSuite
/haiku/src/tools/cppunit/
H A DBTestSuite.cpp92 BTestSuite::getTests() const { function in class:BTestSuite
H A DTestShell.cpp70 const TestMap &map = suite->getTests();
181 const TestMap &tests = fSuites[*i]->getTests();

Completed in 96 milliseconds