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

/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&);
68 template<typename TestClass>
69 StandardTest<TestClass>::StandardTest(const char* name, TestClass* object, argument
70 bool (TestClass::*method)(TestContext&))
79 template<typename TestClass>
[all...]
/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(
48 TestClass *object,
62 template <class TestClass, class ExpectedException>
63 BThreadManager<TestClass, ExpectedExceptio
[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)
55 , fObject(new TestClass())
60 template <class TestClass, clas
[all...]
/haiku/src/tests/system/kernel/util/
H A DVectorSetTest.cpp507 typedef TestSet<Value, MySet, ReferenceSet, Compare> TestClass;
522 typedef typename _TestStrategy::TestClass TestClass;
524 TestClass v;
552 template<typename TestClass, typename ValueStrategy>
555 GenericFill(TestClass &v, ValueStrategy strategy, int32 maxNumber)
572 typedef typename _TestStrategy::TestClass TestClass;
574 TestClass v;
613 typedef typename _TestStrategy::TestClass TestClas
[all...]
H A DOrderedMapTest.h610 typedef TestMap<Key, Value, MyMap, ReferenceMap, Compare> TestClass; typedef in class:TestMap::TestStrategy
671 typedef typename _TestStrategy::TestClass TestClass; typedef
673 TestClass v;
712 typedef typename _TestStrategy::TestClass TestClass; typedef
714 TestClass v;
753 typedef typename _TestStrategy::TestClass TestClass; typedef
754 typedef typename TestClass
817 typedef typename _TestStrategy::TestClass TestClass; typedef
857 typedef typename _TestStrategy::TestClass TestClass; typedef
895 typedef typename _TestStrategy::TestClass TestClass; typedef
933 typedef typename _TestStrategy::TestClass TestClass; typedef
995 typedef typename _TestStrategy::TestClass TestClass; typedef
1074 typedef typename _TestStrategy::TestClass TestClass; typedef
[all...]

Completed in 48 milliseconds