
Public Member Functions | |
| def | setUp (self) |
| def | testAllFieldsFilledEquality (self) |
| def | testNoneNotEqual (self) |
| def | testNonRepeatedComposite (self) |
| def | testNonRepeatedCompositeHasBits (self) |
| def | testNonRepeatedScalar (self) |
| def | testNonRepeatedScalarHasBits (self) |
| def | testNotEqualToOtherMessage (self) |
| def | testNotHashable (self) |
| def | testRepeatedComposite (self) |
| def | testRepeatedScalar (self) |
Public Attributes | |
| first_proto | |
| second_proto | |
Equality tests using completely-full protos as a starting point.
Definition at line 2018 of file reflection_test.py.
| def google.protobuf.internal.reflection_test.FullProtosEqualityTest.setUp | ( | self | ) |
Definition at line 2022 of file reflection_test.py.
| def google.protobuf.internal.reflection_test.FullProtosEqualityTest.testAllFieldsFilledEquality | ( | self | ) |
Definition at line 2040 of file reflection_test.py.
| def google.protobuf.internal.reflection_test.FullProtosEqualityTest.testNoneNotEqual | ( | self | ) |
Definition at line 2031 of file reflection_test.py.
| def google.protobuf.internal.reflection_test.FullProtosEqualityTest.testNonRepeatedComposite | ( | self | ) |
Definition at line 2051 of file reflection_test.py.
| def google.protobuf.internal.reflection_test.FullProtosEqualityTest.testNonRepeatedCompositeHasBits | ( | self | ) |
Definition at line 2093 of file reflection_test.py.
| def google.protobuf.internal.reflection_test.FullProtosEqualityTest.testNonRepeatedScalar | ( | self | ) |
Definition at line 2043 of file reflection_test.py.
| def google.protobuf.internal.reflection_test.FullProtosEqualityTest.testNonRepeatedScalarHasBits | ( | self | ) |
Definition at line 2086 of file reflection_test.py.
| def google.protobuf.internal.reflection_test.FullProtosEqualityTest.testNotEqualToOtherMessage | ( | self | ) |
Definition at line 2035 of file reflection_test.py.
| def google.protobuf.internal.reflection_test.FullProtosEqualityTest.testNotHashable | ( | self | ) |
Definition at line 2028 of file reflection_test.py.
| def google.protobuf.internal.reflection_test.FullProtosEqualityTest.testRepeatedComposite | ( | self | ) |
Definition at line 2074 of file reflection_test.py.
| def google.protobuf.internal.reflection_test.FullProtosEqualityTest.testRepeatedScalar | ( | self | ) |
Definition at line 2067 of file reflection_test.py.
| google.protobuf.internal.reflection_test.FullProtosEqualityTest.first_proto |
Definition at line 2023 of file reflection_test.py.
| google.protobuf.internal.reflection_test.FullProtosEqualityTest.second_proto |
Definition at line 2024 of file reflection_test.py.