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

Method toString_before

api/src/test/java/io/grpc/DeadlineTest.java:308–312  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

306 }
307
308 @Test
309 public void toString_before() {
310 Deadline d = Deadline.after(12, TimeUnit.MICROSECONDS, ticker);
311 assertEquals("0.000012000s from now (ticker=FAKE_TICKER)", d.toString());
312 }
313
314 @Test
315 public void equality() {

Callers

nothing calls this directly

Calls 3

afterMethod · 0.95
toStringMethod · 0.95
assertEqualsMethod · 0.80

Tested by

no test coverage detected