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

Function START_SECTION

src/tests/class_tests/openms/source/AScore_test.cpp:104–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102AScore* ptr = nullptr;
103AScore* nullPointer = nullptr;
104START_SECTION(AScore())
105{
106 ptr = new AScore();
107 TEST_NOT_EQUAL(ptr, nullPointer)
108}
109END_SECTION
110
111START_SECTION(~AScore())

Callers

nothing calls this directly

Tested by

no test coverage detected