#ifndef CONFIGTEST_H #define CONFIGTEST_H #include #include #include namespace TestCase { class ConfigTest : public QObject { Q_OBJECT public: ConfigTest(Config::Configration *test_ins); private: Config::Configration *xml; private slots: void testReload(); void testException(); void testConfig(); void testList(); void testMap(); }; } #endif // CONFIGTEST_H