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

/haiku/src/tests/kits/support/blocker/
H A DConstructionTest1.h2 $Id: ConstructionTest1.h 301 2002-07-18 05:32:00Z tylerdauwalder $
17 class ConstructionTest1 : class in inherits:LockerTestCase
28 ConstructionTest1(std::string name = "");
29 virtual ~ConstructionTest1();
H A DConstructionTest1.cpp2 $Id: ConstructionTest1.cpp 301 2002-07-18 05:32:00Z tylerdauwalder $
13 #include "ConstructionTest1.h"
24 * Method: ConstructionTest1::ConstructionTest1()
29 ConstructionTest1::ConstructionTest1(std::string name) : function in class:ConstructionTest1
36 * Method: ConstructionTest1::~ConstructionTest1()
41 ConstructionTest1::~ConstructionTest1()
[all...]
H A DLockerTest.cpp11 #include "ConstructionTest1.h"
37 testSuite->addTest(ConstructionTest1::suite());

Completed in 111 milliseconds