#ifndef TEST_SETTINGS_H #define TEST_SETTINGS_H class TestSettings { public: static void init(); }; #endif