BThreadedTestCaller
BThreadedTestCaller<TestClass, ExpectedException>::run() {
BThreadedTestCaller<TestClass, ExpectedException>::run(CppUnit::TestResult *result) {
class CPPUNIT_API BThreadedTestCaller : public CppUnit::TestCase {
BThreadedTestCaller<TestClass, ExpectedException>::setUp() {
BThreadedTestCaller(std::string name);
BThreadedTestCaller<TestClass, ExpectedException>::tearDown() {
BThreadedTestCaller(std::string name, TestClass &object);
BThreadedTestCaller<TestClass, ExpectedException>::toString() const {
BThreadedTestCaller(std::string name, TestClass *object);
virtual ~BThreadedTestCaller();
BThreadedTestCaller<TestClass, ExpectedException>::BThreadedTestCaller(std::string name)
BThreadedTestCaller<TestClass, ExpectedException>::BThreadedTestCaller(std::string name, TestClass &object)
BThreadedTestCaller<TestClass, ExpectedException>::BThreadedTestCaller(std::string name, TestClass *object)
BThreadedTestCaller<TestClass, ExpectedException>::~BThreadedTestCaller() {
BThreadedTestCaller<TestClass, ExpectedException>::addThread(std::string threadName, ThreadMethod method) {
BThreadedTestCaller<ExampleTest>* caller;
caller = new BThreadedTestCaller<ExampleTest>(
caller = new BThreadedTestCaller<ExampleTest>(
caller = new BThreadedTestCaller<ExampleTest>(
typedef BThreadedTestCaller<AddMessageTest1>
typedef BThreadedTestCaller<AddMessageTest2>
typedef BThreadedTestCaller<ConcurrencyTest1>
typedef BThreadedTestCaller<ConcurrencyTest2>
typedef BThreadedTestCaller<FindMessageTest1>
typedef BThreadedTestCaller<LockTargetTester> TC;
typedef BThreadedTestCaller<LockTargetWithTimeoutTester> TC;
typedef BThreadedTestCaller<MessengerAssignmentTester> TC;
typedef BThreadedTestCaller<MessengerComparissonTester> TC;
typedef BThreadedTestCaller<SendMessageTester> TC;
BThreadedTestCaller<HttpIntegrationTest>* testCaller
= new BThreadedTestCaller<HttpIntegrationTest>("HttpTest::", httpIntegrationTest);
BThreadedTestCaller<HttpIntegrationTest>* testCaller
= new BThreadedTestCaller<HttpIntegrationTest>("HttpsTest::", httpsIntegrationTest);
void AddCommonTests(BThreadedTestCaller<T>& testCaller)
BThreadedTestCaller<HttpTest>* httpTestCaller
= new BThreadedTestCaller<HttpTest>("HttpTest::", httpTest);
BThreadedTestCaller<HttpsTest>* httpsTestCaller
= new BThreadedTestCaller<HttpsTest>("HttpsTest::", httpsTest);
BThreadedTestCaller<MemoryRingIOTest>* caller;
caller = new BThreadedTestCaller<MemoryRingIOTest>(
caller = new BThreadedTestCaller<MemoryRingIOTest>(
caller = new BThreadedTestCaller<MemoryRingIOTest>(
caller = new BThreadedTestCaller<MemoryRingIOTest>(
caller = new BThreadedTestCaller<MemoryRingIOTest>(
typedef BThreadedTestCaller<AutolockLockerTest> AutolockLockerTestCaller;
typedef BThreadedTestCaller<AutolockLooperTest> AutolockLooperTestCaller;
typedef BThreadedTestCaller<BlockCacheConcurrencyTest> BlockCacheConcurrencyTestCaller;
typedef BThreadedTestCaller<LockerConcurrencyTest> LockerConcurrencyTestCaller;
typedef BThreadedTestCaller<LockerDestructionTest> LockerDestructionTestCaller;
typedef BThreadedTestCaller<LockerLockCountTest> LockerLockCountTestCaller;