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

Method toString_value

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

Source from the content-addressed store, hash-verified

64 }
65
66 @Test
67 public void toString_value() {
68 assertThat(StatusOr.fromValue(1).toString()).isEqualTo("StatusOr{value=1}");
69 }
70
71 @Test
72 public void toString_nullValue() {

Callers

nothing calls this directly

Calls 2

fromValueMethod · 0.95
toStringMethod · 0.45

Tested by

no test coverage detected