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

/haiku/src/tests/kits/app/bhandler/
H A DLockLooperWithTimeoutTest.h23 class TLockLooperWithTimeoutTest : public TestCase class in inherits:TestCase
26 TLockLooperWithTimeoutTest() {;} function in class:TLockLooperWithTimeoutTest
27 TLockLooperWithTimeoutTest(std::string name) : TestCase(name) {;} function in class:TLockLooperWithTimeoutTest
H A DLockLooperWithTimeoutTest.cpp28 void TLockLooperWithTimeoutTest::LockLooperWithTimeout1()
40 void TLockLooperWithTimeoutTest::LockLooperWithTimeout2()
59 void TLockLooperWithTimeoutTest::LockLooperWithTimeout3()
74 void TLockLooperWithTimeoutTest::LockLooperWithTimeout4()
94 Test* TLockLooperWithTimeoutTest::Suite()
98 ADD_TEST4(BHandler, SuiteOfTests, TLockLooperWithTimeoutTest, LockLooperWithTimeout1);
99 ADD_TEST4(BHandler, SuiteOfTests, TLockLooperWithTimeoutTest, LockLooperWithTimeout2);
100 ADD_TEST4(BHandler, SuiteOfTests, TLockLooperWithTimeoutTest, LockLooperWithTimeout3);
101 // ADD_TEST4(BHandler, SuiteOfTests, TLockLooperWithTimeoutTest, LockLooperWithTimeout4);
H A DHandlerTest.cpp28 tests->addTest(TLockLooperWithTimeoutTest::Suite());

Completed in 81 milliseconds