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

Function testXTandemXMLFile

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

@tests: XTandemXMLFile XTandemXMLFile.__init__ XTandemXMLFile.load XTandemXMLFile.setModificationDefinitionsSet

()

Source from the content-addressed store, hash-verified

887
888@report
889def testXTandemXMLFile():
890 """
891 @tests: XTandemXMLFile
892 XTandemXMLFile.__init__
893 XTandemXMLFile.load
894 XTandemXMLFile.setModificationDefinitionsSet
895 """
896 f = pyopenms.XTandemXMLFile()
897 assert f.load is not None
898
899@report
900def testXTandemInfile():

Callers

nothing calls this directly

Calls 1

XTandemXMLFileMethod · 0.80

Tested by

no test coverage detected