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

/haiku/src/tests/kits/app/bhandler/
H A DUnlockLooperTest.h23 class TUnlockLooperTest : public TestCase class in inherits:TestCase
26 TUnlockLooperTest() {;} function in class:TUnlockLooperTest
27 TUnlockLooperTest(std::string name) : TestCase(name) {;} function in class:TUnlockLooperTest
H A DUnlockLooperTest.cpp29 void TUnlockLooperTest::UnlockLooper1()
45 void TUnlockLooperTest::UnlockLooper2()
65 void TUnlockLooperTest::UnlockLooper3()
77 Test* TUnlockLooperTest::Suite()
81 ADD_TEST4(BHandler, SuiteOfTests, TUnlockLooperTest, UnlockLooper1);
82 ADD_TEST4(BHandler, SuiteOfTests, TUnlockLooperTest, UnlockLooper2);
83 ADD_TEST4(BHandler, SuiteOfTests, TUnlockLooperTest, UnlockLooper3);
H A DHandlerTest.cpp29 tests->addTest(TUnlockLooperTest::Suite());

Completed in 52 milliseconds