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

Function START_SECTION

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

Source from the content-addressed store, hash-verified

24QcMLFile* ptr = 0;
25QcMLFile* null_ptr = 0;
26START_SECTION(QcMLFile())
27{
28 ptr = new QcMLFile();
29 TEST_NOT_EQUAL(ptr, null_ptr)
30}
31END_SECTION
32
33START_SECTION(~QcMLFile())

Callers 1

QcMLFile_test.cppFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected