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

Method DeadlineTest

api/src/test/java/io/grpc/DeadlineTest.java:60–62  ·  view source on GitHub ↗
(long epoch)

Source from the content-addressed store, hash-verified

58 private FakeTicker ticker = new FakeTicker();
59
60 public DeadlineTest(long epoch) {
61 ticker.reset(epoch);
62 }
63
64 @Test
65 public void defaultTickerIsSystemTicker() {

Callers

nothing calls this directly

Calls 1

resetMethod · 0.65

Tested by

no test coverage detected