Home
last modified time | relevance | path

Searched refs:TUnlockLooperTest (Results 1 – 3 of 3) sorted by relevance

/haiku/src/tests/kits/app/bhandler/
H A DUnlockLooperTest.cpp29 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()
H A DUnlockLooperTest.h23 class TUnlockLooperTest : public TestCase
26 TUnlockLooperTest() {;} in TUnlockLooperTest() function
27 TUnlockLooperTest(std::string name) : TestCase(name) {;} in TUnlockLooperTest() function
H A DHandlerTest.cpp29 tests->addTest(TUnlockLooperTest::Suite()); in HandlerTestSuite()