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

Function START_SECTION

src/tests/class_tests/openms/source/MzXMLFile_test.cpp:84–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 delete ptr;
83}
84END_SECTION
85
86START_SECTION(const PeakFileOptions& getOptions() const)
87{
88 MzXMLFile file;
89 TEST_EQUAL(file.getOptions().hasMSLevels(),false)
90}
91END_SECTION
92
93START_SECTION(PeakFileOptions& getOptions())

Callers

nothing calls this directly

Calls 10

TEST_EQUALFunction · 0.85
hasMSLevelsMethod · 0.80
addMSLevelMethod · 0.80
setFillDataMethod · 0.80
setMaxDataPoolSizeMethod · 0.80
setAlwaysAppendDataMethod · 0.80
setSkipXMLChecksMethod · 0.45
setOptionsMethod · 0.45
transformMethod · 0.45
getNrSpectraMethod · 0.45

Tested by

no test coverage detected