MCPcopy Create free account
hub / github.com/grpc/grpc-java / useObjectHashCode

Method useObjectHashCode

api/src/test/java/io/grpc/StatusTest.java:60–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58 }
59
60 @Test
61 public void useObjectHashCode() {
62 assertEquals(Status.CANCELLED.hashCode(), System.identityHashCode(Status.CANCELLED));
63 }
64
65 @Test
66 public void metadataEncode_lowAscii() {

Callers

nothing calls this directly

Calls 2

assertEqualsMethod · 0.80
hashCodeMethod · 0.45

Tested by

no test coverage detected