()
| 72 | private final Supplier<Stopwatch> stopwatchSupplier = |
| 73 | new Supplier<Stopwatch>() { |
| 74 | @Override public Stopwatch get() { |
| 75 | return Stopwatch.createUnstarted(ticker); |
| 76 | } |
| 77 | }; |
| 78 | |
| 79 | private final TimeProvider timeProvider = |
nothing calls this directly
no outgoing calls
no test coverage detected