MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / removeTempFiles

Function removeTempFiles

src/openms/source/CONCEPT/ClassTest.cpp:186–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184 }
185
186 void removeTempFiles()
187 {
188 for (OpenMS::Size i = 0; i < TEST::tmp_file_list.size(); ++i)
189 {
190 if (!OpenMS::File::remove(TEST::tmp_file_list[i]))
191 {
192 stdcout << "Warning: unable to remove temporary file '"
193 << TEST::tmp_file_list[i]
194 << "'"
195 << std::endl;
196 }
197 }
198 }
199
200 void
201 setWhitelist(const char* const /* file */, const int line,

Callers 1

endTestPostProcessFunction · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected