AutolockLockerTest
AutolockLockerTest::Construct_AutolockPtr_LocksLocker()
AutolockLockerTest::Construct_AutolockRef_LocksLocker()
AutolockLockerTest::suite()
typedef BThreadedTestCaller<AutolockLockerTest> AutolockLockerTestCaller;
AutolockLockerTest* theTest = new AutolockLockerTest("");
threadedTest->addThread("A", &AutolockLockerTest::Lock_Locker_MatchesThread);
threadedTest->addThread("B", &AutolockLockerTest::Construct_AutolockPtr_LocksLocker);
threadedTest->addThread("C", &AutolockLockerTest::Construct_AutolockRef_LocksLocker);
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(AutolockLockerTest, getTestSuiteName());
AutolockLockerTest(std::string name);
virtual ~AutolockLockerTest();
AutolockLockerTest::AutolockLockerTest(std::string name)
AutolockLockerTest::~AutolockLockerTest()
AutolockLockerTest::Lock_Locker_MatchesThread()