◆ checkEqualsIsConsistent() [1/2]
void com.google.protobuf.AbstractMessageTest.checkEqualsIsConsistent |
( |
Message |
message | ) |
|
|
inlineprivate |
◆ checkEqualsIsConsistent() [2/2]
void com.google.protobuf.AbstractMessageTest.checkEqualsIsConsistent |
( |
Message |
message1, |
|
|
Message |
message2 |
|
) |
| |
|
inlineprivate |
◆ checkNotEqual()
Asserts that the given protos are not equal and have different hash codes.
Note: It's valid for non-equal objects to have the same hash code, so this test is stricter than it needs to be. However, this should happen relatively rarely.
Definition at line 528 of file core/src/test/java/com/google/protobuf/AbstractMessageTest.java.
◆ testCheckByteStringIsUtf8OnNonUtf8()
void com.google.protobuf.AbstractMessageTest.testCheckByteStringIsUtf8OnNonUtf8 |
( |
| ) |
|
|
inline |
◆ testCheckByteStringIsUtf8OnUtf8()
void com.google.protobuf.AbstractMessageTest.testCheckByteStringIsUtf8OnUtf8 |
( |
| ) |
|
|
inline |
◆ testClear()
void com.google.protobuf.AbstractMessageTest.testClear |
( |
| ) |
throws Exception |
|
inline |
◆ testCopy()
void com.google.protobuf.AbstractMessageTest.testCopy |
( |
| ) |
throws Exception |
|
inline |
◆ testEqualsAndHashCode()
void com.google.protobuf.AbstractMessageTest.testEqualsAndHashCode |
( |
| ) |
throws Exception |
|
inline |
◆ testForeignIsInitialized()
void com.google.protobuf.AbstractMessageTest.testForeignIsInitialized |
( |
| ) |
throws Exception |
|
inline |
◆ testIsInitialized()
void com.google.protobuf.AbstractMessageTest.testIsInitialized |
( |
| ) |
throws Exception |
|
inline |
◆ testMergeFrom()
void com.google.protobuf.AbstractMessageTest.testMergeFrom |
( |
| ) |
throws Exception |
|
inline |
◆ testOptimizedForSize()
void com.google.protobuf.AbstractMessageTest.testOptimizedForSize |
( |
| ) |
throws Exception |
|
inline |
◆ testPackedParsing()
void com.google.protobuf.AbstractMessageTest.testPackedParsing |
( |
| ) |
throws Exception |
|
inline |
◆ testPackedSerialization()
void com.google.protobuf.AbstractMessageTest.testPackedSerialization |
( |
| ) |
throws Exception |
|
inline |
◆ testParsePackedToUnpacked()
void com.google.protobuf.AbstractMessageTest.testParsePackedToUnpacked |
( |
| ) |
throws Exception |
|
inline |
◆ testParseUnpackedToPacked()
void com.google.protobuf.AbstractMessageTest.testParseUnpackedToPacked |
( |
| ) |
throws Exception |
|
inline |
◆ testParsing()
void com.google.protobuf.AbstractMessageTest.testParsing |
( |
| ) |
throws Exception |
|
inline |
◆ testParsingUninitialized()
void com.google.protobuf.AbstractMessageTest.testParsingUninitialized |
( |
| ) |
throws Exception |
|
inline |
◆ testSerialization()
void com.google.protobuf.AbstractMessageTest.testSerialization |
( |
| ) |
throws Exception |
|
inline |
◆ testSerializedSize()
void com.google.protobuf.AbstractMessageTest.testSerializedSize |
( |
| ) |
throws Exception |
|
inline |
◆ testUnpackedParsing()
void com.google.protobuf.AbstractMessageTest.testUnpackedParsing |
( |
| ) |
throws Exception |
|
inline |
◆ testUnpackedSerialization()
void com.google.protobuf.AbstractMessageTest.testUnpackedSerialization |
( |
| ) |
throws Exception |
|
inline |
The documentation for this class was generated from the following file: