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

Method testMockCallback

cpplint_unittest.py:1113–1115  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1111 # Like gMock method definitions, MockCallback instantiations look very similar
1112 # to bad casts.
1113 def testMockCallback(self):
1114 self.TestLint("MockCallback<bool(int)>", "")
1115 self.TestLint("MockCallback<int(float, char)>", "")
1116
1117 # Test false errors that happened with some include file names
1118 def testIncludeFilenameFalseError(self):

Callers

nothing calls this directly

Calls 1

TestLintMethod · 0.80

Tested by

no test coverage detected