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

Function START_SECTION

src/tests/class_tests/openms/source/SwathQC_test.cpp:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42SwathQC* ptr = nullptr;
43
44START_SECTION(SwathQC())
45{
46 ptr = new SwathQC(10, 0.04);
47 TEST_NOT_EQUAL(ptr, nullPointer)
48}
49END_SECTION
50
51START_SECTION(~SwathQC())

Callers 1

SwathQC_test.cppFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected