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

Method TestMultiLineLint

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

Source from the content-addressed store, hash-verified

250 assert expected_message == self.PerformSingleLineLint(code)
251
252 def TestMultiLineLint(self, code, expected_message):
253 assert expected_message == self.PerformMultiLineLint(code)
254
255 def TestMultiLineLintRE(self, code, expected_message_re):
256 message = self.PerformMultiLineLint(code)

Callers 15

testLineLengthCheckMethod · 0.80
testCStyleCastMethod · 0.80
testRawStringsMethod · 0.80
testMultiLineCommentsMethod · 0.80
testBracesMethod · 0.80
testLambdaMethod · 0.80

Calls 1

PerformMultiLineLintMethod · 0.95

Tested by

no test coverage detected