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

Function START_SECTION

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

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected