AutolockLooperTest
AutolockLooperTest(std::string name);
virtual ~AutolockLooperTest();
AutolockLooperTest::AutolockLooperTest(std::string name)
AutolockLooperTest::~AutolockLooperTest()
AutolockLooperTest::Construct_AutolockPtr_LocksLooper()
AutolockLooperTest::suite()
typedef BThreadedTestCaller<AutolockLooperTest> AutolockLooperTestCaller;
AutolockLooperTest* theTest = new AutolockLooperTest("");
threadedTest->addThread("A", &AutolockLooperTest::Construct_AutolockPtr_LocksLooper);
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(AutolockLooperTest, getTestSuiteName());