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

Function START_SECTION

src/tests/class_tests/openms/source/CVTerm_test.cpp:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

CVTerm_test.cppFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected