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

Method AddJUnitFailure

src/tests/coding/cpplint.py:1365–1367  ·  view source on GitHub ↗
(self, filename, linenum, message, category, confidence)

Source from the content-addressed store, hash-verified

1363 sys.stderr.write(message)
1364
1365 def AddJUnitFailure(self, filename, linenum, message, category, confidence):
1366 self._junit_failures.append((filename, linenum, message, category,
1367 confidence))
1368
1369 def FormatJUnitXML(self):
1370 num_errors = len(self._junit_errors)

Callers 1

ErrorFunction · 0.80

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected