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

Function START_SECTION

src/tests/class_tests/openms/source/CVMappings_test.cpp:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27CVMappings* ptr = nullptr;
28CVMappings* nullPointer = nullptr;
29START_SECTION(CVMappings())
30{
31 ptr = new CVMappings();
32 TEST_NOT_EQUAL(ptr, nullPointer)
33}
34END_SECTION
35
36START_SECTION(virtual ~CVMappings())

Callers

nothing calls this directly

Calls 6

TEST_EQUALFunction · 0.85
setCVReferencesMethod · 0.80
addCVReferenceMethod · 0.80
setIdentifierMethod · 0.45
push_backMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected