MCPcopy Index your code
hub / github.com/cpplint/cpplint / TestBlankLinesCheck

Method TestBlankLinesCheck

cpplint_unittest.py:265–267  ·  view source on GitHub ↗
(self, lines, start_errors, end_errors)

Source from the content-addressed store, hash-verified

263 assert expected_message == self.PerformIncludeWhatYouUse(code)
264
265 def TestBlankLinesCheck(self, lines, start_errors, end_errors):
266 for extension in ["c", "cc", "cpp", "cxx", "c++", "cu"]:
267 self.doTestBlankLinesCheck(lines, start_errors, end_errors, extension)
268
269 def doTestBlankLinesCheck(self, lines, start_errors, end_errors, extension):
270 error_collector = ErrorCollector(self.assertTrue)

Callers 1

testBlankLinesCheckMethod · 0.80

Calls 1

doTestBlankLinesCheckMethod · 0.95

Tested by

no test coverage detected