Home
last modified time | relevance | path

Searched refs:UtilityTest (Results 1 – 4 of 4) sorted by relevance

/haiku/src/tests/servers/launch/
H A DUtilityTest.cpp17 UtilityTest::UtilityTest() in UtilityTest() function in UtilityTest
22 UtilityTest::~UtilityTest() in ~UtilityTest()
28 UtilityTest::TestTranslatePath() in TestTranslatePath()
48 UtilityTest::AddTests(BTestSuite& parent) in AddTests()
52 suite.addTest(new CppUnit::TestCaller<UtilityTest>( in AddTests()
53 "UtilityTest::TestTranslatePath", &UtilityTest::TestTranslatePath)); in AddTests()
H A DUtilityTest.h13 class UtilityTest : public CppUnit::TestCase {
15 UtilityTest();
16 virtual ~UtilityTest();
H A DLaunchDaemonTestAddon.cpp22 UtilityTest::AddTests(*suite); in getTestSuite()
H A DJamfile21 UtilityTest.cpp