Home
last modified time | relevance | path

Searched refs:TestMap (Results 1 – 3 of 3) sorted by relevance

/haiku/src/tools/cppunit/
H A DTestShell.cpp70 const TestMap &map = suite->getTests(); in AddSuite()
71 for (TestMap::const_iterator i = map.begin(); in AddSuite()
162 TestMap::iterator i; in Run()
181 const TestMap &tests = fSuites[*i]->getTests(); in Run()
182 TestMap::const_iterator j; in Run()
318 TestMap::const_iterator i; in PrintInstalledTests()
/haiku/headers/tools/cppunit/
H A DTestShell.h109 typedef std::map<std::string, CppUnit::Test*> TestMap; typedef
115 TestMap fTests;
/haiku/src/tests/system/kernel/util/
H A DOrderedMapTest.h181 template<typename Entry, typename TestMap, typename MyIterator,
185 typedef TestIterator<Entry, TestMap, MyIterator, ReferenceIterator>
189 inline TestIterator(TestMap *s, MyIterator myIt, ReferenceIterator refIt) in TestIterator()
299 TestMap *fMap;
307 class TestMap {
309 typedef TestMap<Key, Value, MyMap, ReferenceMap, Compare> Class;
322 TestMap() in TestMap() function
610 typedef TestMap<Key, Value, MyMap, ReferenceMap, Compare> TestClass;