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/CVTerm_test.cpp:26–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
CVTerm* ptr = nullptr;
25
CVTerm* nullPointer = nullptr;
26
START_SECTION(CVTerm())
27
{
28
ptr = new CVTerm();
29
TEST_NOT_EQUAL(ptr, nullPointer)
30
}
31
END_SECTION
32
33
START_SECTION(virtual ~CVTerm())
Callers
1
CVTerm_test.cpp
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected