2 * Copyright 2015, Axel Dörfler, axeld@pinc-software.de.
3 * Distributed under the terms of the MIT License.
10 #include <TestSuite.h>
13 class UtilityTest
: public CppUnit::TestCase
{
16 virtual ~UtilityTest();
18 void TestTranslatePath();
20 static void AddTests(BTestSuite
& suite
);
24 #endif // UTILITY_TEST_H