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

Function START_SECTION

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

Source from the content-addressed store, hash-verified

36PeakGroup* ptr = 0;
37PeakGroup* null_ptr = 0;
38START_SECTION(PeakGroup())
39{
40 ptr = new PeakGroup();
41 TEST_NOT_EQUAL(ptr, null_ptr)
42}
43END_SECTION
44
45START_SECTION(~PeakGroup())

Callers 1

PeakGroup_test.cppFile · 0.70

Calls 9

TEST_EQUALFunction · 0.85
getAbsChargeRangeMethod · 0.80
getMzRangeMethod · 0.80
isPositiveMethod · 0.80
setScanNumberMethod · 0.80
sizeMethod · 0.45
getScanNumberMethod · 0.45

Tested by

no test coverage detected