82 const std::string testFileName =
"test_config.ini";
83 auto iValueBefore = TestParam::Instance().iValue;
84 auto sValueBefore = TestParam::Instance().sValue;
91 std::remove(testFileName.c_str());
97 const std::string testFileName =
"test_config.json";
98 auto iValueBefore = TestParam::Instance().iValue;
99 auto sValueBefore = TestParam::Instance().sValue;
106 std::remove(testFileName.c_str());
112 const std::string testFileName =
"test_config.root";
113 auto iValueBefore = TestParam::Instance().iValue;
114 auto sValueBefore = TestParam::Instance().sValue;
115 TFile* testFile = TFile::Open(testFileName.c_str(),
"RECREATE");
116 TestParam::Instance().serializeTo(testFile);
123 std::remove(testFileName.c_str());