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

Function START_SECTION

src/tests/class_tests/openms/source/ClusterAnalyzer_test.cpp:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected