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/DimMapper_test.cpp:32–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
31
32
START_SECTION(DimRT())
33
{
34
DimRT rt;
35
TEST_TRUE(rt.clone()->getUnit() == DIM_UNIT::RT);
36
}
37
END_SECTION
38
39
START_SECTION(std::unique_ptr<DimBase> clone() const override)
Callers
1
DimMapper_test.cpp
File · 0.70
Calls
15
TEST_EXCEPTION
Function · 0.85
TEST_EQUAL
Function · 0.85
RangeBase
Function · 0.85
getUnit
Method · 0.80
map
Method · 0.80
addSpectrum
Method · 0.80
areaBeginConst
Method · 0.80
fromXY
Method · 0.80
getMinRT
Method · 0.80
getMaxRT
Method · 0.80
getMinMZ
Method · 0.80
getMaxMZ
Method · 0.80
Tested by
no test coverage detected