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

Function START_SECTION

src/tests/class_tests/openms/source/Compomer_test.cpp:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25Compomer* ptr = nullptr;
26Compomer* nullPointer = nullptr;
27START_SECTION(Compomer())
28{
29 ptr = new Compomer();
30 TEST_NOT_EQUAL(ptr, nullPointer)
31}
32END_SECTION
33
34START_SECTION(~Compomer())

Callers

nothing calls this directly

Calls 5

TEST_EQUALFunction · 0.85
setIDMethod · 0.80
getIDMethod · 0.80
getMassMethod · 0.45
addMethod · 0.45

Tested by

no test coverage detected