()
| 43 | } |
| 44 | |
| 45 | @Test |
| 46 | public void maximumDate() { |
| 47 | assertThat( |
| 48 | PlainDate.axis().getMaximum(), |
| 49 | is(PlainDate.of(GregorianMath.MAX_YEAR, 12, 31))); |
| 50 | } |
| 51 | |
| 52 | @Test |
| 53 | public void maximumTime() { |
nothing calls this directly
no test coverage detected