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

Function START_SECTION

src/tests/class_tests/openms/source/MzTabFile_test.cpp:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36MzTabFile* null_ptr = nullptr;
37
38START_SECTION(MzTabFile())
39{
40 ptr = new MzTabFile();
41 TEST_NOT_EQUAL(ptr, null_ptr)
42}
43END_SECTION
44
45START_SECTION(void load(const String& filename, MzTab& mzTab) )

Callers

nothing calls this directly

Calls 11

sortFunction · 0.85
TEST_EQUALFunction · 0.85
push_backMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
loadMethod · 0.45
storeMethod · 0.45
fromCellStringMethod · 0.45
splitMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected