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