Searched refs:AutolockLockerTest (Results 1 - 4 of 4) sorted by relevance

/haiku/src/tests/kits/support/bautolock/
H A DAutolockLockerTest.h2 $Id: AutolockLockerTest.h 332 2002-07-19 06:45:28Z tylerdauwalder $
19 class AutolockLockerTest : public BThreadedTestCase { class in inherits:BThreadedTestCase
29 AutolockLockerTest(std::string);
30 virtual ~AutolockLockerTest();
H A DAutolockLockerTest.cpp2 $Id: AutolockLockerTest.cpp 332 2002-07-19 06:45:28Z tylerdauwalder $
11 #include "AutolockLockerTest.h"
20 * Method: AutolockLockerTest::AutolockLockerTest()
21 * Descr: This method is the only constructor for the AutolockLockerTest
26 AutolockLockerTest::AutolockLockerTest(std::string name) : function in class:AutolockLockerTest
33 * Method: AutolockLockerTest::~AutolockLockerTest()
34 * Descr: This method is the destructor for the AutolockLockerTest clas
[all...]
H A DAutolockTest.cpp5 #include "AutolockLockerTest.h"
14 testSuite->addTest(AutolockLockerTest::suite());
H A DAutolockTestAddon.cpp11 #include "AutolockLockerTest.h"
33 testSuite->addTest(AutolockLockerTest<BAutolock, BLocker>::suite());
37 AutolockLockerTest<OpenBeOS::BAutolock, OpenBeOS::BLocker>::suite());

Completed in 93 milliseconds