30 using namespace pwiz::util;
32 using namespace pwiz::msdata;
40 if (
os_) *
os_ <<
"testParamContainer()\n";
66 if (
os_) *
os_ <<
"testFileDescription()\n";
97 fd.
sourceFilePtrs[0]->paramGroupPtrs[0]->userParams[0].name ==
"user2");
100 fd.
sourceFilePtrs[1]->paramGroupPtrs[0]->userParams[0].name ==
"user3");
103 fd.
contacts[0].paramGroupPtrs[0]->userParams[0].name ==
"user4");
106 fd.
contacts[1].paramGroupPtrs[0]->userParams[0].name ==
"user5");
112 if (
os_) *
os_ <<
"testComponentList()\n";
136 if (
os_) *
os_ <<
"testInstrumentConfiguration()\n";
164 if (
os_) *
os_ <<
"testDataProcessing()\n";
190 if (
os_) *
os_ <<
"testScanSettings()\n";
221 if (
os_) *
os_ <<
"testPrecursor()\n";
250 if (
os_) *
os_ <<
"testProduct()\n";
269 if (
os_) *
os_ <<
"testScan()\n";
297 if (
os_) *
os_ <<
"testScanList()\n";
322 if (
os_) *
os_ <<
"testBinaryDataArray()\n";
348 if (
os_) *
os_ <<
"testSpectrum()\n";
381 unit_assert(spectrum.
products.back().isolationWindow.paramGroupPtrs.back()->userParams.empty());
393 unit_assert(!spectrum.
products.back().isolationWindow.paramGroupPtrs.back()->userParams.empty());
400 if (
os_) *
os_ <<
"testChromatogram()\n";
430 if (
os_) *
os_ <<
"testRun()\n";
466 if (
os_) *
os_ <<
"testMSData()\n";
524 int main(
int argc,
char* argv[])
530 if (argc>1 && !strcmp(argv[1],
"-v"))
os_ = &cout;