MCPcopy Index your code
hub / github.com/grpc/grpc-java / sameCauseReturnsSelf

Method sameCauseReturnsSelf

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

Source from the content-addressed store, hash-verified

47 }
48
49 @Test
50 public void sameCauseReturnsSelf() {
51 assertSame(Status.CANCELLED, Status.CANCELLED.withCause(null));
52 }
53
54 @Test
55 public void sameDescriptionReturnsSelf() {

Callers

nothing calls this directly

Calls 1

withCauseMethod · 0.80

Tested by

no test coverage detected