2 * Copyright 2015, Axel Dörfler, axeld@pinc-software.de.
3 * Distributed under the terms of the MIT License.
5 #ifndef CONDITIONS_TEST_H
6 #define CONDITIONS_TEST_H
10 #include <TestSuite.h>
16 class ConditionsTest
: public CppUnit::TestCase
{
19 virtual ~ConditionsTest();
23 void TestFileExists();
28 static void AddTests(BTestSuite
& suite
);
31 Condition
* _Condition(const char* string
);
35 #endif // CONDITIONS_TEST_H