(self)
| 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): |