MCPcopy Create free account
hub / github.com/ebarlas/microhttp / TestClock

Class TestClock

src/test/java/org/microhttp/SchedulerTest.java:42–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 }
41
42 static class TestClock implements Clock {
43 long time;
44
45 @Override
46 public long nanoTime() {
47 return time;
48 }
49 }
50
51}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected