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

Function START_SECTION

src/tests/class_tests/openms/source/MSChromatogram_test.cpp:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32MSChromatogram* ptr = nullptr;
33MSChromatogram* nullPointer = nullptr;
34START_SECTION(MSChromatogram())
35{
36 ptr = new MSChromatogram();
37 TEST_NOT_EQUAL(ptr, nullPointer)
38}
39END_SECTION
40
41START_SECTION(virtual ~MSChromatogram())

Callers 1

Calls 15

TEST_EQUALFunction · 0.85
mergePeaksMethod · 0.80
getPositionMethod · 0.80
hasSubstringMethod · 0.80
StringClass · 0.50
MSChromatogramClass · 0.50
resizeMethod · 0.45
setMetaValueMethod · 0.45
setMZMethod · 0.45
clearMethod · 0.45
sizeMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected