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

Method rootHasNoDeadline

api/src/test/java/io/grpc/ContextTest.java:611–614  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

609 }
610
611 @Test
612 public void rootHasNoDeadline() {
613 assertNull(Context.ROOT.getDeadline());
614 }
615
616 @Test
617 public void contextWithDeadlineHasDeadline() {

Callers

nothing calls this directly

Calls 1

getDeadlineMethod · 0.45

Tested by

no test coverage detected