Searched refs:AutolockLooperTest (Results 1 – 5 of 5) sorted by relevance
27 AutolockLooperTest::AutolockLooperTest(std::string name) : in AutolockLooperTest() function in AutolockLooperTest41 AutolockLooperTest::~AutolockLooperTest() in ~AutolockLooperTest()58 void AutolockLooperTest::TestThread1(void) in TestThread1()83 CppUnit::Test *AutolockLooperTest::suite(void) in suite()85 typedef BThreadedTestCaller <AutolockLooperTest > in suite()88 AutolockLooperTest *theTest = new AutolockLooperTest(""); in suite()90 threadedTest->addThread("A", &AutolockLooperTest::TestThread1); in suite()
20 class AutolockLooperTest : public BThreadedTestCase {28 AutolockLooperTest(std::string);29 virtual ~AutolockLooperTest();
34 testSuite->addTest(AutolockLooperTest<BAutolock, BLooper>::suite()); in addonTestFunc()39 AutolockLooperTest<OpenBeOS::BAutolock, BLooper>::suite()); in addonTestFunc()
15 testSuite->addTest(AutolockLooperTest::suite()); in AutolockTestSuite()
29 AutolockLooperTest.cpp