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/PeakGroup_test.cpp:38–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
PeakGroup* ptr = 0;
37
PeakGroup* null_ptr = 0;
38
START_SECTION(PeakGroup())
39
{
40
ptr = new PeakGroup();
41
TEST_NOT_EQUAL(ptr, null_ptr)
42
}
43
END_SECTION
44
45
START_SECTION(~PeakGroup())
Callers
1
PeakGroup_test.cpp
File · 0.70
Calls
9
TEST_EQUAL
Function · 0.85
getAbsChargeRange
Method · 0.80
getMzRange
Method · 0.80
isPositive
Method · 0.80
setScanNumber
Method · 0.80
setChargeIsotopeCosine
Method · 0.80
getChargeIsotopeCosine
Method · 0.80
size
Method · 0.45
getScanNumber
Method · 0.45
Tested by
no test coverage detected