◆ checkEqualsIsConsistent()
◆ checkNotEqual()
Asserts that the given field sets 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 359 of file core/src/test/java/com/google/protobuf/UnknownFieldSetTest.java.
◆ setUp()
void com.google.protobuf.UnknownFieldSetTest.setUp |
( |
| ) |
throws Exception |
|
inline |
◆ testClear()
void com.google.protobuf.UnknownFieldSetTest.testClear |
( |
| ) |
throws Exception |
|
inline |
◆ testClearField()
void com.google.protobuf.UnknownFieldSetTest.testClearField |
( |
| ) |
throws Exception |
|
inline |
◆ testClearMessage()
void com.google.protobuf.UnknownFieldSetTest.testClearMessage |
( |
| ) |
throws Exception |
|
inline |
◆ testCopyFrom()
void com.google.protobuf.UnknownFieldSetTest.testCopyFrom |
( |
| ) |
throws Exception |
|
inline |
◆ testEqualsAndHashCode()
void com.google.protobuf.UnknownFieldSetTest.testEqualsAndHashCode |
( |
| ) |
|
|
inline |
◆ testFixed32()
void com.google.protobuf.UnknownFieldSetTest.testFixed32 |
( |
| ) |
throws Exception |
|
inline |
◆ testFixed64()
void com.google.protobuf.UnknownFieldSetTest.testFixed64 |
( |
| ) |
throws Exception |
|
inline |
◆ testGroup()
void com.google.protobuf.UnknownFieldSetTest.testGroup |
( |
| ) |
throws Exception |
|
inline |
◆ testLargeVarint()
void com.google.protobuf.UnknownFieldSetTest.testLargeVarint |
( |
| ) |
throws Exception |
|
inline |
◆ testLengthDelimited()
void com.google.protobuf.UnknownFieldSetTest.testLengthDelimited |
( |
| ) |
throws Exception |
|
inline |
◆ testMergeFrom()
void com.google.protobuf.UnknownFieldSetTest.testMergeFrom |
( |
| ) |
throws Exception |
|
inline |
◆ testParseKnownAndUnknown()
void com.google.protobuf.UnknownFieldSetTest.testParseKnownAndUnknown |
( |
| ) |
throws Exception |
|
inline |
◆ testParseUnknownEnumValue()
void com.google.protobuf.UnknownFieldSetTest.testParseUnknownEnumValue |
( |
| ) |
throws Exception |
|
inline |
◆ testSerialize()
void com.google.protobuf.UnknownFieldSetTest.testSerialize |
( |
| ) |
throws Exception |
|
inline |
◆ testUnknownExtensions()
void com.google.protobuf.UnknownFieldSetTest.testUnknownExtensions |
( |
| ) |
throws Exception |
|
inline |
◆ testVarint()
void com.google.protobuf.UnknownFieldSetTest.testVarint |
( |
| ) |
throws Exception |
|
inline |
◆ testWrongExtensionTypeTreatedAsUnknown()
void com.google.protobuf.UnknownFieldSetTest.testWrongExtensionTypeTreatedAsUnknown |
( |
| ) |
throws Exception |
|
inline |
◆ testWrongTypeTreatedAsUnknown()
void com.google.protobuf.UnknownFieldSetTest.testWrongTypeTreatedAsUnknown |
( |
| ) |
throws Exception |
|
inline |
The documentation for this class was generated from the following file: