Public Member Functions | List of all members
google.protobuf.internal.message_test.Proto3Test Class Reference
Inheritance diagram for google.protobuf.internal.message_test.Proto3Test:
Inheritance graph
[legend]

Public Member Functions

def assertMapIterEquals (self, map_iter, dict_value)
 
def assertMapIterEquals (self, map_iter, dict_value)
 
def testAssignUnknownEnum (self)
 
def testAssignUnknownEnum (self)
 
def testCopyFromBadType (self)
 
def testCopyFromBadType (self)
 
def testFieldPresence (self)
 
def testFieldPresence (self)
 
def testIntegerMapWithLongs (self)
 
def testIntegerMapWithLongs (self)
 
def testMapAssignmentCausesPresence (self)
 
def testMapAssignmentCausesPresence (self)
 
def testMapAssignmentCausesPresenceForSubmessages (self)
 
def testMapAssignmentCausesPresenceForSubmessages (self)
 
def testMapByteSize (self)
 
def testMapByteSize (self)
 
def testMapConstruction (self)
 
def testMapConstruction (self)
 
def testMapDelete (self)
 
def testMapDelete (self)
 
def testMapDeterministicSerialization (self)
 
def testMapDeterministicSerialization (self)
 
def testMapEntryAlwaysSerialized (self)
 
def testMapEntryAlwaysSerialized (self)
 
def testMapFieldRaisesCorrectError (self)
 
def testMapFieldRaisesCorrectError (self)
 
def testMapFindInitializationErrorsSmokeTest (self)
 
def testMapFindInitializationErrorsSmokeTest (self)
 
def testMapGet (self)
 
def testMapGet (self)
 
def testMapItems (self)
 
def testMapItems (self)
 
def testMapIteration (self)
 
def testMapIteration (self)
 
def testMapIterationClearMessage (self)
 
def testMapIterationClearMessage (self)
 
def testMapIterInvalidatedByClearField (self)
 
def testMapIterInvalidatedByClearField (self)
 
def testMapMergeFrom (self)
 
def testMapMergeFrom (self)
 
def testMapMessageFieldConstruction (self)
 
def testMapMessageFieldConstruction (self)
 
def testMapsAreMapping (self)
 
def testMapsAreMapping (self)
 
def testMapScalarFieldConstruction (self)
 
def testMapScalarFieldConstruction (self)
 
def testMapsCompare (self)
 
def testMapsCompare (self)
 
def testMapValidAfterFieldCleared (self)
 
def testMapValidAfterFieldCleared (self)
 
def testMergeFrom (self)
 
def testMergeFrom (self)
 
def testMergeFromBadType (self)
 
def testMergeFromBadType (self)
 
def testMessageMap (self)
 
def testMessageMap (self)
 
def testMessageMapItemValidAfterTopMessageCleared (self)
 
def testMessageMapItemValidAfterTopMessageCleared (self)
 
def testMessageMapValidAfterFieldCleared (self)
 
def testMessageMapValidAfterFieldCleared (self)
 
def testModifyMapWhileIterating (self)
 
def testModifyMapWhileIterating (self)
 
def testNestedMessageMapItemDelete (self)
 
def testNestedMessageMapItemDelete (self)
 
def testProto3Optional (self)
 
def testProto3ParserDropDefaultScalar (self)
 
def testPython2Map (self)
 
def testScalarMap (self)
 
def testScalarMap (self)
 
def testScalarMapDefaults (self)
 
def testScalarMapDefaults (self)
 
def testStrictUtf8Check (self)
 
def testStrictUtf8Check (self)
 
def testStringUnicodeConversionInMap (self)
 
def testStringUnicodeConversionInMap (self)
 
def testSubmessageMap (self)
 
def testSubmessageMap (self)
 
def testSurrogatesInPython2 (self)
 
def testSurrogatesInPython3 (self)
 
def testSurrogatesInPython3 (self)
 

Detailed Description

Definition at line 1579 of file bloaty/third_party/protobuf/python/google/protobuf/internal/message_test.py.

Member Function Documentation

◆ assertMapIterEquals() [1/2]

def google.protobuf.internal.message_test.Proto3Test.assertMapIterEquals (   self,
  map_iter,
  dict_value 
)

◆ assertMapIterEquals() [2/2]

def google.protobuf.internal.message_test.Proto3Test.assertMapIterEquals (   self,
  map_iter,
  dict_value 
)

◆ testAssignUnknownEnum() [1/2]

def google.protobuf.internal.message_test.Proto3Test.testAssignUnknownEnum (   self)
Assigning an unknown enum value is allowed and preserves the value.

Definition at line 1649 of file bloaty/third_party/protobuf/python/google/protobuf/internal/message_test.py.

◆ testAssignUnknownEnum() [2/2]

def google.protobuf.internal.message_test.Proto3Test.testAssignUnknownEnum (   self)
Assigning an unknown enum value is allowed and preserves the value.

Definition at line 1661 of file protobuf/python/google/protobuf/internal/message_test.py.

◆ testCopyFromBadType() [1/2]

def google.protobuf.internal.message_test.Proto3Test.testCopyFromBadType (   self)

◆ testCopyFromBadType() [2/2]

def google.protobuf.internal.message_test.Proto3Test.testCopyFromBadType (   self)

◆ testFieldPresence() [1/2]

def google.protobuf.internal.message_test.Proto3Test.testFieldPresence (   self)

◆ testFieldPresence() [2/2]

def google.protobuf.internal.message_test.Proto3Test.testFieldPresence (   self)

◆ testIntegerMapWithLongs() [1/2]

def google.protobuf.internal.message_test.Proto3Test.testIntegerMapWithLongs (   self)

◆ testIntegerMapWithLongs() [2/2]

def google.protobuf.internal.message_test.Proto3Test.testIntegerMapWithLongs (   self)

◆ testMapAssignmentCausesPresence() [1/2]

def google.protobuf.internal.message_test.Proto3Test.testMapAssignmentCausesPresence (   self)

◆ testMapAssignmentCausesPresence() [2/2]

def google.protobuf.internal.message_test.Proto3Test.testMapAssignmentCausesPresence (   self)

◆ testMapAssignmentCausesPresenceForSubmessages() [1/2]

def google.protobuf.internal.message_test.Proto3Test.testMapAssignmentCausesPresenceForSubmessages (   self)

◆ testMapAssignmentCausesPresenceForSubmessages() [2/2]

def google.protobuf.internal.message_test.Proto3Test.testMapAssignmentCausesPresenceForSubmessages (   self)

◆ testMapByteSize() [1/2]

def google.protobuf.internal.message_test.Proto3Test.testMapByteSize (   self)

◆ testMapByteSize() [2/2]

def google.protobuf.internal.message_test.Proto3Test.testMapByteSize (   self)

◆ testMapConstruction() [1/2]

def google.protobuf.internal.message_test.Proto3Test.testMapConstruction (   self)

◆ testMapConstruction() [2/2]

def google.protobuf.internal.message_test.Proto3Test.testMapConstruction (   self)

◆ testMapDelete() [1/2]

def google.protobuf.internal.message_test.Proto3Test.testMapDelete (   self)

◆ testMapDelete() [2/2]

def google.protobuf.internal.message_test.Proto3Test.testMapDelete (   self)

◆ testMapDeterministicSerialization() [1/2]

def google.protobuf.internal.message_test.Proto3Test.testMapDeterministicSerialization (   self)

◆ testMapDeterministicSerialization() [2/2]

def google.protobuf.internal.message_test.Proto3Test.testMapDeterministicSerialization (   self)

◆ testMapEntryAlwaysSerialized() [1/2]

def google.protobuf.internal.message_test.Proto3Test.testMapEntryAlwaysSerialized (   self)

◆ testMapEntryAlwaysSerialized() [2/2]

def google.protobuf.internal.message_test.Proto3Test.testMapEntryAlwaysSerialized (   self)

◆ testMapFieldRaisesCorrectError() [1/2]

def google.protobuf.internal.message_test.Proto3Test.testMapFieldRaisesCorrectError (   self)

◆ testMapFieldRaisesCorrectError() [2/2]

def google.protobuf.internal.message_test.Proto3Test.testMapFieldRaisesCorrectError (   self)

◆ testMapFindInitializationErrorsSmokeTest() [1/2]

def google.protobuf.internal.message_test.Proto3Test.testMapFindInitializationErrorsSmokeTest (   self)

◆ testMapFindInitializationErrorsSmokeTest() [2/2]

def google.protobuf.internal.message_test.Proto3Test.testMapFindInitializationErrorsSmokeTest (   self)

◆ testMapGet() [1/2]

def google.protobuf.internal.message_test.Proto3Test.testMapGet (   self)

◆ testMapGet() [2/2]

def google.protobuf.internal.message_test.Proto3Test.testMapGet (   self)

◆ testMapItems() [1/2]

def google.protobuf.internal.message_test.Proto3Test.testMapItems (   self)

◆ testMapItems() [2/2]

def google.protobuf.internal.message_test.Proto3Test.testMapItems (   self)

◆ testMapIteration() [1/2]

def google.protobuf.internal.message_test.Proto3Test.testMapIteration (   self)

◆ testMapIteration() [2/2]

def google.protobuf.internal.message_test.Proto3Test.testMapIteration (   self)

◆ testMapIterationClearMessage() [1/2]

def google.protobuf.internal.message_test.Proto3Test.testMapIterationClearMessage (   self)

◆ testMapIterationClearMessage() [2/2]

def google.protobuf.internal.message_test.Proto3Test.testMapIterationClearMessage (   self)

◆ testMapIterInvalidatedByClearField() [1/2]

def google.protobuf.internal.message_test.Proto3Test.testMapIterInvalidatedByClearField (   self)

◆ testMapIterInvalidatedByClearField() [2/2]

def google.protobuf.internal.message_test.Proto3Test.testMapIterInvalidatedByClearField (   self)

◆ testMapMergeFrom() [1/2]

def google.protobuf.internal.message_test.Proto3Test.testMapMergeFrom (   self)

◆ testMapMergeFrom() [2/2]

def google.protobuf.internal.message_test.Proto3Test.testMapMergeFrom (   self)

◆ testMapMessageFieldConstruction() [1/2]

def google.protobuf.internal.message_test.Proto3Test.testMapMessageFieldConstruction (   self)

◆ testMapMessageFieldConstruction() [2/2]

def google.protobuf.internal.message_test.Proto3Test.testMapMessageFieldConstruction (   self)

◆ testMapsAreMapping() [1/2]

def google.protobuf.internal.message_test.Proto3Test.testMapsAreMapping (   self)

◆ testMapsAreMapping() [2/2]

def google.protobuf.internal.message_test.Proto3Test.testMapsAreMapping (   self)

◆ testMapScalarFieldConstruction() [1/2]

def google.protobuf.internal.message_test.Proto3Test.testMapScalarFieldConstruction (   self)

◆ testMapScalarFieldConstruction() [2/2]

def google.protobuf.internal.message_test.Proto3Test.testMapScalarFieldConstruction (   self)

◆ testMapsCompare() [1/2]

def google.protobuf.internal.message_test.Proto3Test.testMapsCompare (   self)

◆ testMapsCompare() [2/2]

def google.protobuf.internal.message_test.Proto3Test.testMapsCompare (   self)

◆ testMapValidAfterFieldCleared() [1/2]

def google.protobuf.internal.message_test.Proto3Test.testMapValidAfterFieldCleared (   self)

◆ testMapValidAfterFieldCleared() [2/2]

def google.protobuf.internal.message_test.Proto3Test.testMapValidAfterFieldCleared (   self)

◆ testMergeFrom() [1/2]

def google.protobuf.internal.message_test.Proto3Test.testMergeFrom (   self)

◆ testMergeFrom() [2/2]

def google.protobuf.internal.message_test.Proto3Test.testMergeFrom (   self)

◆ testMergeFromBadType() [1/2]

def google.protobuf.internal.message_test.Proto3Test.testMergeFromBadType (   self)

◆ testMergeFromBadType() [2/2]

def google.protobuf.internal.message_test.Proto3Test.testMergeFromBadType (   self)

◆ testMessageMap() [1/2]

def google.protobuf.internal.message_test.Proto3Test.testMessageMap (   self)

◆ testMessageMap() [2/2]

def google.protobuf.internal.message_test.Proto3Test.testMessageMap (   self)

◆ testMessageMapItemValidAfterTopMessageCleared() [1/2]

def google.protobuf.internal.message_test.Proto3Test.testMessageMapItemValidAfterTopMessageCleared (   self)

◆ testMessageMapItemValidAfterTopMessageCleared() [2/2]

def google.protobuf.internal.message_test.Proto3Test.testMessageMapItemValidAfterTopMessageCleared (   self)

◆ testMessageMapValidAfterFieldCleared() [1/2]

def google.protobuf.internal.message_test.Proto3Test.testMessageMapValidAfterFieldCleared (   self)

◆ testMessageMapValidAfterFieldCleared() [2/2]

def google.protobuf.internal.message_test.Proto3Test.testMessageMapValidAfterFieldCleared (   self)

◆ testModifyMapWhileIterating() [1/2]

def google.protobuf.internal.message_test.Proto3Test.testModifyMapWhileIterating (   self)

◆ testModifyMapWhileIterating() [2/2]

def google.protobuf.internal.message_test.Proto3Test.testModifyMapWhileIterating (   self)

◆ testNestedMessageMapItemDelete() [1/2]

def google.protobuf.internal.message_test.Proto3Test.testNestedMessageMapItemDelete (   self)

◆ testNestedMessageMapItemDelete() [2/2]

def google.protobuf.internal.message_test.Proto3Test.testNestedMessageMapItemDelete (   self)

◆ testProto3Optional()

def google.protobuf.internal.message_test.Proto3Test.testProto3Optional (   self)

◆ testProto3ParserDropDefaultScalar()

def google.protobuf.internal.message_test.Proto3Test.testProto3ParserDropDefaultScalar (   self)

◆ testPython2Map()

def google.protobuf.internal.message_test.Proto3Test.testPython2Map (   self)

◆ testScalarMap() [1/2]

def google.protobuf.internal.message_test.Proto3Test.testScalarMap (   self)

◆ testScalarMap() [2/2]

def google.protobuf.internal.message_test.Proto3Test.testScalarMap (   self)

◆ testScalarMapDefaults() [1/2]

def google.protobuf.internal.message_test.Proto3Test.testScalarMapDefaults (   self)

◆ testScalarMapDefaults() [2/2]

def google.protobuf.internal.message_test.Proto3Test.testScalarMapDefaults (   self)

◆ testStrictUtf8Check() [1/2]

def google.protobuf.internal.message_test.Proto3Test.testStrictUtf8Check (   self)

◆ testStrictUtf8Check() [2/2]

def google.protobuf.internal.message_test.Proto3Test.testStrictUtf8Check (   self)

◆ testStringUnicodeConversionInMap() [1/2]

def google.protobuf.internal.message_test.Proto3Test.testStringUnicodeConversionInMap (   self)

◆ testStringUnicodeConversionInMap() [2/2]

def google.protobuf.internal.message_test.Proto3Test.testStringUnicodeConversionInMap (   self)

◆ testSubmessageMap() [1/2]

def google.protobuf.internal.message_test.Proto3Test.testSubmessageMap (   self)

◆ testSubmessageMap() [2/2]

def google.protobuf.internal.message_test.Proto3Test.testSubmessageMap (   self)

◆ testSurrogatesInPython2()

def google.protobuf.internal.message_test.Proto3Test.testSurrogatesInPython2 (   self)

◆ testSurrogatesInPython3() [1/2]

def google.protobuf.internal.message_test.Proto3Test.testSurrogatesInPython3 (   self)

◆ testSurrogatesInPython3() [2/2]

def google.protobuf.internal.message_test.Proto3Test.testSurrogatesInPython3 (   self)

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


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