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