|
| testSimpleMethod (self) |
|
| testSimpleConstructorsAndDestructor (self) |
|
| testVirtualDestructor (self) |
|
| testExplicitlyDefaultedConstructorsAndDestructor (self) |
|
| testExplicitlyDeletedConstructorsAndDestructor (self) |
|
| testSimpleOverrideMethod (self) |
|
| testSimpleConstMethod (self) |
|
| testExplicitVoid (self) |
|
| testStrangeNewlineInParameter (self) |
|
| testDefaultParameters (self) |
|
| testMultipleDefaultParameters (self) |
|
| testMultipleSingleLineDefaultParameters (self) |
|
| testConstDefaultParameter (self) |
|
| testConstRefDefaultParameter (self) |
|
| testRemovesCommentsWhenDefaultsArePresent (self) |
|
| testDoubleSlashCommentsInParameterListAreRemoved (self) |
|
| testCStyleCommentsInParameterListAreNotRemoved (self) |
|
| testArgsOfTemplateTypes (self) |
|
| testReturnTypeWithOneTemplateArg (self) |
|
| testReturnTypeWithManyTemplateArgs (self) |
|
| testSimpleMethodInTemplatedClass (self) |
|
| testPointerArgWithoutNames (self) |
|
| testReferenceArgWithoutNames (self) |
|
| testArrayArgWithoutNames (self) |
|
| assertEqualIgnoreLeadingWhitespace (self, expected_lines, lines) |
|
◆ GenerateMethodSource()
cpp.gmock_class_test.GenerateMethodsTest.GenerateMethodSource |
( |
| cpp_source | ) |
|
|
static |
Convert C++ source to Google Mock output source lines.
The documentation for this class was generated from the following file:
- googletest/lib/googlemock/scripts/generator/cpp/gmock_class_test.py