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

Function START_SECTION

src/tests/class_tests/openms/source/PeakFileOptions_test.cpp:206–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204 PeakFileOptions tmp;
205 TEST_EQUAL(tmp.getMSLevels().empty(),true);
206END_SECTION
207
208START_SECTION(Size getMaxDataPoolSize() const)
209{
210 PeakFileOptions tmp;
211 TEST_EQUAL(tmp.getMaxDataPoolSize()!=0,true);
212}
213END_SECTION
214
215START_SECTION(void setMaxDataPoolSize(Size size))

Callers 1

Calls 3

TEST_EQUALFunction · 0.85
getMaxDataPoolSizeMethod · 0.80
setMaxDataPoolSizeMethod · 0.80

Tested by

no test coverage detected