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/SwathQC_test.cpp:44–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
SwathQC* ptr = nullptr;
43
44
START_SECTION(SwathQC())
45
{
46
ptr = new SwathQC(10, 0.04);
47
TEST_NOT_EQUAL(ptr, nullPointer)
48
}
49
END_SECTION
50
51
START_SECTION(~SwathQC())
Callers
1
SwathQC_test.cpp
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected