40void test(
const string& filepath,
const ReaderList& readerList,
int& testCount)
43 const double EPSILON = 1e-4;
44 ostringstream failedTests;
52 if (bal::ends_with(filepath,
"ImsSynth_Chrom.d"))
75 else if (bal::ends_with(filepath,
"HDMSe_Short_noLM.raw"))
92 else if (bal::ends_with(filepath,
"MSe_Short.raw"))
97 else if (bal::ends_with(filepath,
"HDMSe_Short_noLM.mzML"))
108 throw runtime_error(
"Unhandled test file: " + filepath);
110 if (!failedTests.str().empty())
111 throw runtime_error(failedTests.str());