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

Method toString_exact

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

Source from the content-addressed store, hash-verified

229 }
230
231 @Test
232 public void toString_exact() {
233 Deadline d = Deadline.after(0, TimeUnit.MILLISECONDS, ticker);
234 assertEquals("0s from now (ticker=FAKE_TICKER)", d.toString());
235 }
236
237 @Test
238 public void toString_after() {

Callers

nothing calls this directly

Calls 3

afterMethod · 0.95
toStringMethod · 0.95
assertEqualsMethod · 0.80

Tested by

no test coverage detected