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

Method equals_sameValues

api/src/test/java/io/grpc/StatusOrTest.java:50–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48 }
49
50 @Test
51 public void equals_sameValues() {
52 assertThat(StatusOr.fromValue(1)).isEqualTo(StatusOr.fromValue(1));
53 }
54
55 @Test
56 public void equals_differentStatuses() {

Callers

nothing calls this directly

Calls 1

fromValueMethod · 0.95

Tested by

no test coverage detected