Home
last modified time | relevance | path

Searched refs:IsLeafTest (Results 1 – 5 of 5) sorted by relevance

/haiku/src/tests/system/kernel/unit/
H A DTest.cpp36 Test::IsLeafTest() const in IsLeafTest() function in Test
H A DTestSuite.h26 virtual bool IsLeafTest() const;
H A DTestContext.cpp221 if (fTest->IsLeafTest()) in TestContext()
244 if (fTest != NULL && fTest->IsLeafTest()) { in TestDone()
H A DTest.h26 virtual bool IsLeafTest() const;
H A DTestSuite.cpp91 TestSuite::IsLeafTest() const in IsLeafTest() function in TestSuite