Public Member Functions | List of all members
cpp.gmock_class_test.GenerateMethodsTest Class Reference
Inheritance diagram for cpp.gmock_class_test.GenerateMethodsTest:
Inheritance graph
[legend]

Public Member Functions

def GenerateMethodSource (self, cpp_source)
 
def GenerateMethodSource (self, cpp_source)
 
def GenerateMethodSource (self, cpp_source)
 
def testArgsOfTemplateTypes (self)
 
def testArgsOfTemplateTypes (self)
 
def testArgsOfTemplateTypes (self)
 
def testArrayArgWithoutNames (self)
 
def testArrayArgWithoutNames (self)
 
def testArrayArgWithoutNames (self)
 
def testCStyleCommentsInParameterListAreNotRemoved (self)
 
def testCStyleCommentsInParameterListAreNotRemoved (self)
 
def testCStyleCommentsInParameterListAreNotRemoved (self)
 
def testDefaultParameters (self)
 
def testDefaultParameters (self)
 
def testDefaultParameters (self)
 
def testDoubleSlashCommentsInParameterListAreRemoved (self)
 
def testDoubleSlashCommentsInParameterListAreRemoved (self)
 
def testDoubleSlashCommentsInParameterListAreRemoved (self)
 
def testExplicitlyDefaultedConstructorsAndDestructor (self)
 
def testExplicitlyDefaultedConstructorsAndDestructor (self)
 
def testExplicitlyDefaultedConstructorsAndDestructor (self)
 
def testExplicitlyDeletedConstructorsAndDestructor (self)
 
def testExplicitlyDeletedConstructorsAndDestructor (self)
 
def testExplicitlyDeletedConstructorsAndDestructor (self)
 
def testExplicitVoid (self)
 
def testExplicitVoid (self)
 
def testExplicitVoid (self)
 
def testMultipleDefaultParameters (self)
 
def testMultipleDefaultParameters (self)
 
def testMultipleDefaultParameters (self)
 
def testPointerArgWithoutNames (self)
 
def testPointerArgWithoutNames (self)
 
def testPointerArgWithoutNames (self)
 
def testReferenceArgWithoutNames (self)
 
def testReferenceArgWithoutNames (self)
 
def testReferenceArgWithoutNames (self)
 
def testRemovesCommentsWhenDefaultsArePresent (self)
 
def testRemovesCommentsWhenDefaultsArePresent (self)
 
def testRemovesCommentsWhenDefaultsArePresent (self)
 
def testReturnTypeWithManyTemplateArgs (self)
 
def testReturnTypeWithManyTemplateArgs (self)
 
def testReturnTypeWithManyTemplateArgs (self)
 
def testReturnTypeWithOneTemplateArg (self)
 
def testReturnTypeWithOneTemplateArg (self)
 
def testReturnTypeWithOneTemplateArg (self)
 
def testSimpleConstMethod (self)
 
def testSimpleConstMethod (self)
 
def testSimpleConstMethod (self)
 
def testSimpleConstructorsAndDestructor (self)
 
def testSimpleConstructorsAndDestructor (self)
 
def testSimpleConstructorsAndDestructor (self)
 
def testSimpleMethod (self)
 
def testSimpleMethod (self)
 
def testSimpleMethod (self)
 
def testSimpleMethodInTemplatedClass (self)
 
def testSimpleMethodInTemplatedClass (self)
 
def testSimpleMethodInTemplatedClass (self)
 
def testSimpleOverrideMethod (self)
 
def testSimpleOverrideMethod (self)
 
def testSimpleOverrideMethod (self)
 
def testStrangeNewlineInParameter (self)
 
def testStrangeNewlineInParameter (self)
 
def testStrangeNewlineInParameter (self)
 
def testVirtualDestructor (self)
 
def testVirtualDestructor (self)
 
def testVirtualDestructor (self)
 
- Public Member Functions inherited from cpp.gmock_class_test.TestCase
def assertEqualIgnoreLeadingWhitespace (self, expected_lines, lines)
 
def assertEqualIgnoreLeadingWhitespace (self, expected_lines, lines)
 
def assertEqualIgnoreLeadingWhitespace (self, expected_lines, lines)
 
def StripLeadingWhitespace (self, lines)
 
def StripLeadingWhitespace (self, lines)
 
def StripLeadingWhitespace (self, lines)
 

Detailed Description

Definition at line 46 of file bloaty/third_party/googletest/googlemock/scripts/generator/cpp/gmock_class_test.py.

Member Function Documentation

◆ GenerateMethodSource() [1/3]

def cpp.gmock_class_test.GenerateMethodsTest.GenerateMethodSource (   self,
  cpp_source 
)
Convert C++ source to Google Mock output source lines.

Definition at line 48 of file bloaty/third_party/googletest/googlemock/scripts/generator/cpp/gmock_class_test.py.

◆ GenerateMethodSource() [2/3]

def cpp.gmock_class_test.GenerateMethodsTest.GenerateMethodSource (   self,
  cpp_source 
)
Convert C++ source to Google Mock output source lines.

Definition at line 48 of file bloaty/third_party/protobuf/third_party/googletest/googlemock/scripts/generator/cpp/gmock_class_test.py.

◆ GenerateMethodSource() [3/3]

def cpp.gmock_class_test.GenerateMethodsTest.GenerateMethodSource (   self,
  cpp_source 
)
Convert C++ source to Google Mock output source lines.

Definition at line 48 of file protobuf/third_party/googletest/googlemock/scripts/generator/cpp/gmock_class_test.py.

◆ testArgsOfTemplateTypes() [1/3]

def cpp.gmock_class_test.GenerateMethodsTest.testArgsOfTemplateTypes (   self)

◆ testArgsOfTemplateTypes() [2/3]

def cpp.gmock_class_test.GenerateMethodsTest.testArgsOfTemplateTypes (   self)

◆ testArgsOfTemplateTypes() [3/3]

def cpp.gmock_class_test.GenerateMethodsTest.testArgsOfTemplateTypes (   self)

◆ testArrayArgWithoutNames() [1/3]

def cpp.gmock_class_test.GenerateMethodsTest.testArrayArgWithoutNames (   self)

◆ testArrayArgWithoutNames() [2/3]

def cpp.gmock_class_test.GenerateMethodsTest.testArrayArgWithoutNames (   self)

◆ testArrayArgWithoutNames() [3/3]

def cpp.gmock_class_test.GenerateMethodsTest.testArrayArgWithoutNames (   self)

◆ testCStyleCommentsInParameterListAreNotRemoved() [1/3]

def cpp.gmock_class_test.GenerateMethodsTest.testCStyleCommentsInParameterListAreNotRemoved (   self)

◆ testCStyleCommentsInParameterListAreNotRemoved() [2/3]

def cpp.gmock_class_test.GenerateMethodsTest.testCStyleCommentsInParameterListAreNotRemoved (   self)

◆ testCStyleCommentsInParameterListAreNotRemoved() [3/3]

def cpp.gmock_class_test.GenerateMethodsTest.testCStyleCommentsInParameterListAreNotRemoved (   self)

◆ testDefaultParameters() [1/3]

def cpp.gmock_class_test.GenerateMethodsTest.testDefaultParameters (   self)

◆ testDefaultParameters() [2/3]

def cpp.gmock_class_test.GenerateMethodsTest.testDefaultParameters (   self)

◆ testDefaultParameters() [3/3]

def cpp.gmock_class_test.GenerateMethodsTest.testDefaultParameters (   self)

◆ testDoubleSlashCommentsInParameterListAreRemoved() [1/3]

def cpp.gmock_class_test.GenerateMethodsTest.testDoubleSlashCommentsInParameterListAreRemoved (   self)

◆ testDoubleSlashCommentsInParameterListAreRemoved() [2/3]

def cpp.gmock_class_test.GenerateMethodsTest.testDoubleSlashCommentsInParameterListAreRemoved (   self)

◆ testDoubleSlashCommentsInParameterListAreRemoved() [3/3]

def cpp.gmock_class_test.GenerateMethodsTest.testDoubleSlashCommentsInParameterListAreRemoved (   self)

◆ testExplicitlyDefaultedConstructorsAndDestructor() [1/3]

def cpp.gmock_class_test.GenerateMethodsTest.testExplicitlyDefaultedConstructorsAndDestructor (   self)

◆ testExplicitlyDefaultedConstructorsAndDestructor() [2/3]

def cpp.gmock_class_test.GenerateMethodsTest.testExplicitlyDefaultedConstructorsAndDestructor (   self)

◆ testExplicitlyDefaultedConstructorsAndDestructor() [3/3]

def cpp.gmock_class_test.GenerateMethodsTest.testExplicitlyDefaultedConstructorsAndDestructor (   self)

◆ testExplicitlyDeletedConstructorsAndDestructor() [1/3]

def cpp.gmock_class_test.GenerateMethodsTest.testExplicitlyDeletedConstructorsAndDestructor (   self)

◆ testExplicitlyDeletedConstructorsAndDestructor() [2/3]

def cpp.gmock_class_test.GenerateMethodsTest.testExplicitlyDeletedConstructorsAndDestructor (   self)

◆ testExplicitlyDeletedConstructorsAndDestructor() [3/3]

def cpp.gmock_class_test.GenerateMethodsTest.testExplicitlyDeletedConstructorsAndDestructor (   self)

◆ testExplicitVoid() [1/3]

def cpp.gmock_class_test.GenerateMethodsTest.testExplicitVoid (   self)

◆ testExplicitVoid() [2/3]

def cpp.gmock_class_test.GenerateMethodsTest.testExplicitVoid (   self)

◆ testExplicitVoid() [3/3]

def cpp.gmock_class_test.GenerateMethodsTest.testExplicitVoid (   self)

◆ testMultipleDefaultParameters() [1/3]

def cpp.gmock_class_test.GenerateMethodsTest.testMultipleDefaultParameters (   self)

◆ testMultipleDefaultParameters() [2/3]

def cpp.gmock_class_test.GenerateMethodsTest.testMultipleDefaultParameters (   self)

◆ testMultipleDefaultParameters() [3/3]

def cpp.gmock_class_test.GenerateMethodsTest.testMultipleDefaultParameters (   self)

◆ testPointerArgWithoutNames() [1/3]

def cpp.gmock_class_test.GenerateMethodsTest.testPointerArgWithoutNames (   self)

◆ testPointerArgWithoutNames() [2/3]

def cpp.gmock_class_test.GenerateMethodsTest.testPointerArgWithoutNames (   self)

◆ testPointerArgWithoutNames() [3/3]

def cpp.gmock_class_test.GenerateMethodsTest.testPointerArgWithoutNames (   self)

◆ testReferenceArgWithoutNames() [1/3]

def cpp.gmock_class_test.GenerateMethodsTest.testReferenceArgWithoutNames (   self)

◆ testReferenceArgWithoutNames() [2/3]

def cpp.gmock_class_test.GenerateMethodsTest.testReferenceArgWithoutNames (   self)

◆ testReferenceArgWithoutNames() [3/3]

def cpp.gmock_class_test.GenerateMethodsTest.testReferenceArgWithoutNames (   self)

◆ testRemovesCommentsWhenDefaultsArePresent() [1/3]

def cpp.gmock_class_test.GenerateMethodsTest.testRemovesCommentsWhenDefaultsArePresent (   self)

◆ testRemovesCommentsWhenDefaultsArePresent() [2/3]

def cpp.gmock_class_test.GenerateMethodsTest.testRemovesCommentsWhenDefaultsArePresent (   self)

◆ testRemovesCommentsWhenDefaultsArePresent() [3/3]

def cpp.gmock_class_test.GenerateMethodsTest.testRemovesCommentsWhenDefaultsArePresent (   self)

◆ testReturnTypeWithManyTemplateArgs() [1/3]

def cpp.gmock_class_test.GenerateMethodsTest.testReturnTypeWithManyTemplateArgs (   self)

◆ testReturnTypeWithManyTemplateArgs() [2/3]

def cpp.gmock_class_test.GenerateMethodsTest.testReturnTypeWithManyTemplateArgs (   self)

◆ testReturnTypeWithManyTemplateArgs() [3/3]

def cpp.gmock_class_test.GenerateMethodsTest.testReturnTypeWithManyTemplateArgs (   self)

◆ testReturnTypeWithOneTemplateArg() [1/3]

def cpp.gmock_class_test.GenerateMethodsTest.testReturnTypeWithOneTemplateArg (   self)

◆ testReturnTypeWithOneTemplateArg() [2/3]

def cpp.gmock_class_test.GenerateMethodsTest.testReturnTypeWithOneTemplateArg (   self)

◆ testReturnTypeWithOneTemplateArg() [3/3]

def cpp.gmock_class_test.GenerateMethodsTest.testReturnTypeWithOneTemplateArg (   self)

◆ testSimpleConstMethod() [1/3]

def cpp.gmock_class_test.GenerateMethodsTest.testSimpleConstMethod (   self)

◆ testSimpleConstMethod() [2/3]

def cpp.gmock_class_test.GenerateMethodsTest.testSimpleConstMethod (   self)

◆ testSimpleConstMethod() [3/3]

def cpp.gmock_class_test.GenerateMethodsTest.testSimpleConstMethod (   self)

◆ testSimpleConstructorsAndDestructor() [1/3]

def cpp.gmock_class_test.GenerateMethodsTest.testSimpleConstructorsAndDestructor (   self)

◆ testSimpleConstructorsAndDestructor() [2/3]

def cpp.gmock_class_test.GenerateMethodsTest.testSimpleConstructorsAndDestructor (   self)

◆ testSimpleConstructorsAndDestructor() [3/3]

def cpp.gmock_class_test.GenerateMethodsTest.testSimpleConstructorsAndDestructor (   self)

◆ testSimpleMethod() [1/3]

def cpp.gmock_class_test.GenerateMethodsTest.testSimpleMethod (   self)

◆ testSimpleMethod() [2/3]

def cpp.gmock_class_test.GenerateMethodsTest.testSimpleMethod (   self)

◆ testSimpleMethod() [3/3]

def cpp.gmock_class_test.GenerateMethodsTest.testSimpleMethod (   self)

◆ testSimpleMethodInTemplatedClass() [1/3]

def cpp.gmock_class_test.GenerateMethodsTest.testSimpleMethodInTemplatedClass (   self)

◆ testSimpleMethodInTemplatedClass() [2/3]

def cpp.gmock_class_test.GenerateMethodsTest.testSimpleMethodInTemplatedClass (   self)

◆ testSimpleMethodInTemplatedClass() [3/3]

def cpp.gmock_class_test.GenerateMethodsTest.testSimpleMethodInTemplatedClass (   self)

◆ testSimpleOverrideMethod() [1/3]

def cpp.gmock_class_test.GenerateMethodsTest.testSimpleOverrideMethod (   self)

◆ testSimpleOverrideMethod() [2/3]

def cpp.gmock_class_test.GenerateMethodsTest.testSimpleOverrideMethod (   self)

◆ testSimpleOverrideMethod() [3/3]

def cpp.gmock_class_test.GenerateMethodsTest.testSimpleOverrideMethod (   self)

◆ testStrangeNewlineInParameter() [1/3]

def cpp.gmock_class_test.GenerateMethodsTest.testStrangeNewlineInParameter (   self)

◆ testStrangeNewlineInParameter() [2/3]

def cpp.gmock_class_test.GenerateMethodsTest.testStrangeNewlineInParameter (   self)

◆ testStrangeNewlineInParameter() [3/3]

def cpp.gmock_class_test.GenerateMethodsTest.testStrangeNewlineInParameter (   self)

◆ testVirtualDestructor() [1/3]

def cpp.gmock_class_test.GenerateMethodsTest.testVirtualDestructor (   self)

◆ testVirtualDestructor() [2/3]

def cpp.gmock_class_test.GenerateMethodsTest.testVirtualDestructor (   self)

◆ testVirtualDestructor() [3/3]

def cpp.gmock_class_test.GenerateMethodsTest.testVirtualDestructor (   self)

The documentation for this class was generated from the following file:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:09