()
| 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() { |
nothing calls this directly
no test coverage detected