MCPcopy Create free account
hub / github.com/alibaba/GraphScope / AddJUnitFailure

Method AddJUnitFailure

analytical_engine/misc/cpplint.py:1369–1371  ·  view source on GitHub ↗
(self, filename, linenum, message, category, confidence)

Source from the content-addressed store, hash-verified

1367 sys.stderr.write(message)
1368
1369 def AddJUnitFailure(self, filename, linenum, message, category, confidence):
1370 self._junit_failures.append((filename, linenum, message, category,
1371 confidence))
1372
1373 def FormatJUnitXML(self):
1374 num_errors = len(self._junit_errors)

Callers 1

ErrorFunction · 0.80

Calls 1

appendMethod · 0.65

Tested by

no test coverage detected