()
| 15 | public class MinMaxTest { |
| 16 | |
| 17 | @Test |
| 18 | public void minimumDate() { |
| 19 | assertThat( |
| 20 | PlainDate.axis().getMinimum(), |
| 21 | is(PlainDate.of(GregorianMath.MIN_YEAR, 1))); |
| 22 | } |
| 23 | |
| 24 | @Test |
| 25 | public void minimumTime() { |
nothing calls this directly
no test coverage detected