MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / START_SECTION

Function START_SECTION

src/tests/class_tests/openms/source/MRMFeature_test.cpp:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26MRMFeature* nullPointer = nullptr;
27
28START_SECTION(MRMFeature())
29{
30 ptr = new MRMFeature();
31 TEST_NOT_EQUAL(ptr, nullPointer)
32}
33END_SECTION
34
35START_SECTION(~MRMFeature())

Callers

nothing calls this directly

Calls 14

TEST_EQUALFunction · 0.85
getMetaValueMethod · 0.80
setScoresMethod · 0.80
getFeaturesMethod · 0.80
getFeatureIDsMethod · 0.80
addPrecursorFeatureMethod · 0.80
addScoreMethod · 0.45
getIntensityMethod · 0.45
setMetaValueMethod · 0.45
addFeatureMethod · 0.45
getFeatureMethod · 0.45

Tested by

no test coverage detected