Searched refs:TUnlockLooperTest (Results 1 – 3 of 3) sorted by relevance
29 void TUnlockLooperTest::UnlockLooper1() in UnlockLooper1()45 void TUnlockLooperTest::UnlockLooper2() in UnlockLooper2()65 void TUnlockLooperTest::UnlockLooper3() in UnlockLooper3()77 Test* TUnlockLooperTest::Suite() in Suite()81 ADD_TEST4(BHandler, SuiteOfTests, TUnlockLooperTest, UnlockLooper1); in Suite()82 ADD_TEST4(BHandler, SuiteOfTests, TUnlockLooperTest, UnlockLooper2); in Suite()83 ADD_TEST4(BHandler, SuiteOfTests, TUnlockLooperTest, UnlockLooper3); in Suite()
23 class TUnlockLooperTest : public TestCase26 TUnlockLooperTest() {;} in TUnlockLooperTest() function27 TUnlockLooperTest(std::string name) : TestCase(name) {;} in TUnlockLooperTest() function
29 tests->addTest(TUnlockLooperTest::Suite()); in HandlerTestSuite()