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

Function testParamXMLFile

src/pyOpenMS/tests/unittests/test000.py:3846–3858  ·  view source on GitHub ↗

@tests: ParamXMLFile ParamXMLFile.__init__ ParamXMLFile.load ParamXMLFile.store

()

Source from the content-addressed store, hash-verified

3844
3845@report
3846def testParamXMLFile():
3847
3848 """
3849 @tests: ParamXMLFile
3850 ParamXMLFile.__init__
3851 ParamXMLFile.load
3852 ParamXMLFile.store
3853 """
3854
3855 fh = pyopenms.ParamXMLFile()
3856 p = pyopenms.Param()
3857 fh.store("test.ini", p)
3858 fh.load("test.ini", p)
3859
3860
3861

Callers

nothing calls this directly

Calls 4

storeMethod · 0.95
loadMethod · 0.95
ParamXMLFileMethod · 0.80
ParamMethod · 0.45

Tested by

no test coverage detected