MCPcopy 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
32START_SECTION(DimRT())
33{
34 DimRT rt;
35 TEST_TRUE(rt.clone()->getUnit() == DIM_UNIT::RT);
36}
37END_SECTION
38
39START_SECTION(std::unique_ptr<DimBase> clone() const override)

Callers 1

DimMapper_test.cppFile · 0.70

Calls 15

TEST_EXCEPTIONFunction · 0.85
TEST_EQUALFunction · 0.85
RangeBaseFunction · 0.85
getUnitMethod · 0.80
mapMethod · 0.80
addSpectrumMethod · 0.80
areaBeginConstMethod · 0.80
fromXYMethod · 0.80
getMinRTMethod · 0.80
getMaxRTMethod · 0.80
getMinMZMethod · 0.80
getMaxMZMethod · 0.80

Tested by

no test coverage detected