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

Method testHppInclude

cpplint_unittest.py:5700–5702  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

5698 self.TestLint('#include "lua.h"', "")
5699
5700 def testHppInclude(self):
5701 code = "\n".join(["#include <vector>", "#include <boost/any.hpp>"])
5702 self.TestLanguageRulesCheck("foo.h", code, "")
5703
5704 def testBuildPrintfFormat(self):
5705 error_collector = ErrorCollector(self.assertTrue)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected