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

Method TestIncludeWhatYouUse

cpplint_unittest.py:262–263  ·  view source on GitHub ↗
(self, code, expected_message)

Source from the content-addressed store, hash-verified

260 assert expected_message == self.PerformLanguageRulesCheck(file_name, code)
261
262 def TestIncludeWhatYouUse(self, code, expected_message):
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"]:

Callers 1

testIncludeWhatYouUseMethod · 0.80

Calls 1

Tested by

no test coverage detected