Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
QcMLFile* ptr = 0;
25
QcMLFile* null_ptr = 0;
26
START_SECTION(QcMLFile())
27
{
28
ptr = new QcMLFile();
29
TEST_NOT_EQUAL(ptr, null_ptr)
30
}
31
END_SECTION
32
33
START_SECTION(~QcMLFile())
Callers
1
QcMLFile_test.cpp
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected