Symbol: BThreadedTestCaller
headers/tools/cppunit/ThreadedTestCaller.h
105
BThreadedTestCaller<TestClass, ExpectedException>::run() {
headers/tools/cppunit/ThreadedTestCaller.h
113
BThreadedTestCaller<TestClass, ExpectedException>::run(CppUnit::TestResult *result) {
headers/tools/cppunit/ThreadedTestCaller.h
19
class CPPUNIT_API BThreadedTestCaller : public CppUnit::TestCase {
headers/tools/cppunit/ThreadedTestCaller.h
252
BThreadedTestCaller<TestClass, ExpectedException>::setUp() {
headers/tools/cppunit/ThreadedTestCaller.h
26
BThreadedTestCaller(std::string name);
headers/tools/cppunit/ThreadedTestCaller.h
264
BThreadedTestCaller<TestClass, ExpectedException>::tearDown() {
headers/tools/cppunit/ThreadedTestCaller.h
27
BThreadedTestCaller(std::string name, TestClass &object);
headers/tools/cppunit/ThreadedTestCaller.h
270
BThreadedTestCaller<TestClass, ExpectedException>::toString() const {
headers/tools/cppunit/ThreadedTestCaller.h
28
BThreadedTestCaller(std::string name, TestClass *object);
headers/tools/cppunit/ThreadedTestCaller.h
29
virtual ~BThreadedTestCaller();
headers/tools/cppunit/ThreadedTestCaller.h
54
BThreadedTestCaller<TestClass, ExpectedException>::BThreadedTestCaller(std::string name)
headers/tools/cppunit/ThreadedTestCaller.h
63
BThreadedTestCaller<TestClass, ExpectedException>::BThreadedTestCaller(std::string name, TestClass &object)
headers/tools/cppunit/ThreadedTestCaller.h
72
BThreadedTestCaller<TestClass, ExpectedException>::BThreadedTestCaller(std::string name, TestClass *object)
headers/tools/cppunit/ThreadedTestCaller.h
81
BThreadedTestCaller<TestClass, ExpectedException>::~BThreadedTestCaller() {
headers/tools/cppunit/ThreadedTestCaller.h
92
BThreadedTestCaller<TestClass, ExpectedException>::addThread(std::string threadName, ThreadMethod method) {
src/tests/ExampleTest.cpp
23
BThreadedTestCaller<ExampleTest>* caller;
src/tests/ExampleTest.cpp
28
caller = new BThreadedTestCaller<ExampleTest>(
src/tests/ExampleTest.cpp
36
caller = new BThreadedTestCaller<ExampleTest>(
src/tests/ExampleTest.cpp
44
caller = new BThreadedTestCaller<ExampleTest>(
src/tests/kits/app/bmessagequeue/AddMessageTest1.cpp
112
typedef BThreadedTestCaller<AddMessageTest1>
src/tests/kits/app/bmessagequeue/AddMessageTest2.cpp
105
typedef BThreadedTestCaller<AddMessageTest2>
src/tests/kits/app/bmessagequeue/ConcurrencyTest1.cpp
208
typedef BThreadedTestCaller<ConcurrencyTest1>
src/tests/kits/app/bmessagequeue/ConcurrencyTest2.cpp
247
typedef BThreadedTestCaller<ConcurrencyTest2>
src/tests/kits/app/bmessagequeue/FindMessageTest1.cpp
112
typedef BThreadedTestCaller<FindMessageTest1>
src/tests/kits/app/bmessenger/LockTargetTester.cpp
231
typedef BThreadedTestCaller<LockTargetTester> TC;
src/tests/kits/app/bmessenger/LockTargetWithTimeoutTester.cpp
308
typedef BThreadedTestCaller<LockTargetWithTimeoutTester> TC;
src/tests/kits/app/bmessenger/MessengerAssignmentTester.cpp
158
typedef BThreadedTestCaller<MessengerAssignmentTester> TC;
src/tests/kits/app/bmessenger/MessengerComparissonTester.cpp
306
typedef BThreadedTestCaller<MessengerComparissonTester> TC;
src/tests/kits/app/bmessenger/SendMessageTester.cpp
401
typedef BThreadedTestCaller<SendMessageTester> TC;
src/tests/kits/net/netservices2/HttpProtocolTest.cpp
439
BThreadedTestCaller<HttpIntegrationTest>* testCaller
src/tests/kits/net/netservices2/HttpProtocolTest.cpp
440
= new BThreadedTestCaller<HttpIntegrationTest>("HttpTest::", httpIntegrationTest);
src/tests/kits/net/netservices2/HttpProtocolTest.cpp
464
BThreadedTestCaller<HttpIntegrationTest>* testCaller
src/tests/kits/net/netservices2/HttpProtocolTest.cpp
465
= new BThreadedTestCaller<HttpIntegrationTest>("HttpsTest::", httpsIntegrationTest);
src/tests/kits/net/service/HttpTest.cpp
163
void AddCommonTests(BThreadedTestCaller<T>& testCaller)
src/tests/kits/net/service/HttpTest.cpp
567
BThreadedTestCaller<HttpTest>* httpTestCaller
src/tests/kits/net/service/HttpTest.cpp
568
= new BThreadedTestCaller<HttpTest>("HttpTest::", httpTest);
src/tests/kits/net/service/HttpTest.cpp
583
BThreadedTestCaller<HttpsTest>* httpsTestCaller
src/tests/kits/net/service/HttpTest.cpp
584
= new BThreadedTestCaller<HttpsTest>("HttpsTest::", httpsTest);
src/tests/kits/shared/MemoryRingIOTest.cpp
168
BThreadedTestCaller<MemoryRingIOTest>* caller;
src/tests/kits/shared/MemoryRingIOTest.cpp
171
caller = new BThreadedTestCaller<MemoryRingIOTest>(
src/tests/kits/shared/MemoryRingIOTest.cpp
178
caller = new BThreadedTestCaller<MemoryRingIOTest>(
src/tests/kits/shared/MemoryRingIOTest.cpp
185
caller = new BThreadedTestCaller<MemoryRingIOTest>(
src/tests/kits/shared/MemoryRingIOTest.cpp
192
caller = new BThreadedTestCaller<MemoryRingIOTest>(
src/tests/kits/shared/MemoryRingIOTest.cpp
202
caller = new BThreadedTestCaller<MemoryRingIOTest>(
src/tests/kits/support/AutolockTest.cpp
126
typedef BThreadedTestCaller<AutolockLockerTest> AutolockLockerTestCaller;
src/tests/kits/support/AutolockTest.cpp
195
typedef BThreadedTestCaller<AutolockLooperTest> AutolockLooperTestCaller;
src/tests/kits/support/BlockCacheConcurrencyTest.cpp
294
typedef BThreadedTestCaller<BlockCacheConcurrencyTest> BlockCacheConcurrencyTestCaller;
src/tests/kits/support/LockerConcurrencyTest.cpp
196
typedef BThreadedTestCaller<LockerConcurrencyTest> LockerConcurrencyTestCaller;
src/tests/kits/support/LockerDestructionTest.cpp
173
typedef BThreadedTestCaller<LockerDestructionTest> LockerDestructionTestCaller;
src/tests/kits/support/LockerLockCountTest.cpp
211
typedef BThreadedTestCaller<LockerLockCountTest> LockerLockCountTestCaller;