Home
last modified time | relevance | path

Searched refs:TestClass (Results 1 – 5 of 5) sorted by relevance

/haiku/headers/tools/cppunit/
H A DThreadManager.h15 template <class TestClass, class ExpectedException>
18 typedef void (TestClass::*ThreadMethod)();
20 BThreadManager(std::string threadName, TestClass *object, ThreadMethod method, sem_id &threadSem);
34 TestClass *fObject;
40 static long EntryFunction(BThreadManager<TestClass, ExpectedException>* manager);
45 template <class TestClass, class ExpectedException>
46 BThreadManager<TestClass, ExpectedException>::BThreadManager( in BThreadManager()
48 TestClass *object, in BThreadManager()
62 template <class TestClass, class ExpectedException>
63 BThreadManager<TestClass, ExpectedException>::~BThreadManager() { in ~BThreadManager()
[all …]
H A DThreadedTestCaller.h16 template <class TestClass, class ExpectedException = CppUnit::NoExceptionExpected>
22 typedef void (TestClass::*ThreadMethod)();
25 BThreadedTestCaller(std::string name, TestClass &object);
26 BThreadedTestCaller(std::string name, TestClass *object);
40 typedef std::map<std::string, BThreadManager<TestClass, ExpectedException> *> ThreadManagerMap;
43 TestClass *fObject;
51 template <class TestClass, class ExpectedException>
52 BThreadedTestCaller<TestClass, ExpectedException>::BThreadedTestCaller(std::string name) in BThreadedTestCaller()
55 , fObject(new TestClass()) in BThreadedTestCaller()
60 template <class TestClass, class ExpectedException>
[all …]
/haiku/src/tests/system/kernel/unit/
H A DTest.h50 template<typename TestClass>
54 TestClass* object,
55 bool (TestClass::*method)(TestContext&));
63 TestClass* fObject;
64 bool (TestClass::*fMethod)(TestContext&); variable
68 template<typename TestClass>
69 StandardTest<TestClass>::StandardTest(const char* name, TestClass* object, in StandardTest()
70 bool (TestClass::*method)(TestContext&)) in StandardTest()
79 template<typename TestClass>
80 StandardTest<TestClass>::~StandardTest() in ~StandardTest()
[all …]
/haiku/src/tests/system/kernel/util/
H A DVectorSetTest.cpp507 typedef TestSet<Value, MySet, ReferenceSet, Compare> TestClass; typedef in TestStrategy
522 typedef typename _TestStrategy::TestClass TestClass; in GenericInsertTest() typedef
524 TestClass v; in GenericInsertTest()
552 template<typename TestClass, typename ValueStrategy>
555 GenericFill(TestClass &v, ValueStrategy strategy, int32 maxNumber) in GenericFill()
572 typedef typename _TestStrategy::TestClass TestClass; in GenericRemoveTest() typedef
574 TestClass v; in GenericRemoveTest()
613 typedef typename _TestStrategy::TestClass TestClass; in GenericEraseTest() typedef
615 TestClass v; in GenericEraseTest()
652 typedef typename _TestStrategy::TestClass TestClass; in GenericMakeEmptyTest() typedef
[all …]
H A DOrderedMapTest.h610 typedef TestMap<Key, Value, MyMap, ReferenceMap, Compare> TestClass; typedef
671 typedef typename _TestStrategy::TestClass TestClass; in GenericInsertTest() typedef
673 TestClass v; in GenericInsertTest()
712 typedef typename _TestStrategy::TestClass TestClass; in GenericPutTest() typedef
714 TestClass v; in GenericPutTest()
753 typedef typename _TestStrategy::TestClass TestClass; in GenericGetTest() typedef
754 typedef typename TestClass::Iterator Iterator; in GenericGetTest()
756 TestClass v; in GenericGetTest()
758 const TestClass &cv = v; in GenericGetTest()
791 template<typename TestClass, typename EntryStrategy>
[all …]