()
| 36 | } |
| 37 | |
| 38 | @Test |
| 39 | public void minimumMoment() { |
| 40 | assertThat( |
| 41 | Moment.axis().getMinimum(), |
| 42 | is(PlainTimestamp.axis().getMinimum().atUTC())); |
| 43 | } |
| 44 | |
| 45 | @Test |
| 46 | public void maximumDate() { |
nothing calls this directly
no test coverage detected