Searched refs:BThreadedTestCaller (Results 1 - 24 of 24) sorted by relevance

/haiku/headers/tools/cppunit/
H A DThreadedTestCaller.h17 class CPPUNIT_API BThreadedTestCaller : public CppUnit::TestCase { class in inherits:CppUnit::TestCase
24 BThreadedTestCaller(std::string name);
25 BThreadedTestCaller(std::string name, TestClass &object);
26 BThreadedTestCaller(std::string name, TestClass *object);
27 virtual ~BThreadedTestCaller();
32 //! Adds a thread to the test. \c threadName must be unique to this BThreadedTestCaller.
52 BThreadedTestCaller<TestClass, ExpectedException>::BThreadedTestCaller(std::string name) function in class:BThreadedTestCaller
61 BThreadedTestCaller<TestClass, ExpectedException>::BThreadedTestCaller(st function in class:BThreadedTestCaller
70 BThreadedTestCaller<TestClass, ExpectedException>::BThreadedTestCaller(std::string name, TestClass *object) function in class:BThreadedTestCaller
[all...]
/haiku/src/tests/
H A DExampleTest.cpp23 BThreadedTestCaller<ExampleTest>* caller;
28 caller = new BThreadedTestCaller<ExampleTest>(
36 caller = new BThreadedTestCaller<ExampleTest>(
44 caller = new BThreadedTestCaller<ExampleTest>(
/haiku/src/tests/kits/support/bautolock/
H A DAutolockLooperTest.cpp85 typedef BThreadedTestCaller <AutolockLooperTest >
H A DAutolockLockerTest.cpp141 typedef BThreadedTestCaller <AutolockLockerTest >
/haiku/src/tests/kits/app/bmessagequeue/
H A DAddMessageTest1.cpp112 typedef BThreadedTestCaller<AddMessageTest1>
H A DFindMessageTest1.cpp112 typedef BThreadedTestCaller<FindMessageTest1>
H A DAddMessageTest2.cpp105 typedef BThreadedTestCaller<AddMessageTest2>
H A DConcurrencyTest1.cpp208 typedef BThreadedTestCaller<ConcurrencyTest1>
H A DConcurrencyTest2.cpp247 typedef BThreadedTestCaller<ConcurrencyTest2>
/haiku/src/tests/kits/shared/
H A DMemoryRingIOTest.cpp168 BThreadedTestCaller<MemoryRingIOTest>* caller;
171 caller = new BThreadedTestCaller<MemoryRingIOTest>(
178 caller = new BThreadedTestCaller<MemoryRingIOTest>(
185 caller = new BThreadedTestCaller<MemoryRingIOTest>(
192 caller = new BThreadedTestCaller<MemoryRingIOTest>(
202 caller = new BThreadedTestCaller<MemoryRingIOTest>(
/haiku/src/tests/kits/support/blocker/
H A DBenaphoreLockCountTest1.cpp208 BThreadedTestCaller<BenaphoreLockCountTest1> *threadedTest =
209 new BThreadedTestCaller<BenaphoreLockCountTest1>("BLocker::Benaphore Lock Count Test #1", theTest);
H A DDestructionTest1.cpp118 typedef BThreadedTestCaller <DestructionTest1 >
H A DDestructionTest2.cpp122 typedef BThreadedTestCaller<DestructionTest2> DestructionTest2Caller;
H A DConcurrencyTest1.cpp76 typedef BThreadedTestCaller<ConcurrencyTest1>
H A DSemaphoreLockCountTest1.cpp185 typedef BThreadedTestCaller <SemaphoreLockCountTest1 >
H A DConcurrencyTest2.cpp84 typedef BThreadedTestCaller <ConcurrencyTest2 >
/haiku/src/tests/kits/net/service/
H A DHttpTest.cpp168 void AddCommonTests(BThreadedTestCaller<T>& testCaller)
572 BThreadedTestCaller<HttpTest>* httpTestCaller
573 = new BThreadedTestCaller<HttpTest>("HttpTest::", httpTest);
588 BThreadedTestCaller<HttpsTest>* httpsTestCaller
589 = new BThreadedTestCaller<HttpsTest>("HttpsTest::", httpsTest);
/haiku/src/tests/kits/app/bmessenger/
H A DLockTargetTester.cpp231 typedef BThreadedTestCaller<LockTargetTester> TC;
H A DMessengerAssignmentTester.cpp158 typedef BThreadedTestCaller<MessengerAssignmentTester> TC;
H A DLockTargetWithTimeoutTester.cpp308 typedef BThreadedTestCaller<LockTargetWithTimeoutTester> TC;
H A DMessengerComparissonTester.cpp306 typedef BThreadedTestCaller<MessengerComparissonTester> TC;
H A DSendMessageTester.cpp401 typedef BThreadedTestCaller<SendMessageTester> TC;
/haiku/src/tests/kits/support/bblockcache/
H A DBlockCacheConcurrencyTest.cpp268 typedef BThreadedTestCaller <BlockCacheConcurrencyTest >
/haiku/src/tests/kits/net/netservices2/
H A DHttpProtocolTest.cpp439 BThreadedTestCaller<HttpIntegrationTest>* testCaller
440 = new BThreadedTestCaller<HttpIntegrationTest>("HttpTest::", httpIntegrationTest);
464 BThreadedTestCaller<HttpIntegrationTest>* testCaller
465 = new BThreadedTestCaller<HttpIntegrationTest>("HttpsTest::", httpsIntegrationTest);

Completed in 101 milliseconds