Wizard
Software Engineering Project - Wizard
Loading...
Searching...
No Matches
cpp.gmock_class_test.GenerateMethodsTest Class Reference
Inheritance diagram for cpp.gmock_class_test.GenerateMethodsTest:
cpp.gmock_class_test.TestCase

Public Member Functions

 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)
 
- Public Member Functions inherited from cpp.gmock_class_test.TestCase
 assertEqualIgnoreLeadingWhitespace (self, expected_lines, lines)
 

Static Public Member Functions

 GenerateMethodSource (cpp_source)
 
- Static Public Member Functions inherited from cpp.gmock_class_test.TestCase
 StripLeadingWhitespace (lines)
 

Member Function Documentation

◆ 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: