()
| 74 | } |
| 75 | |
| 76 | @Test(expected=IllegalArgumentException.class) |
| 77 | public void merge() { |
| 78 | PlainTime.axis().createFrom( |
| 79 | Moment.UNIX_EPOCH, Attributes.empty(), false, false); |
| 80 | } |
| 81 | |
| 82 | @Test |
| 83 | public void mergeLax() { |
nothing calls this directly
no test coverage detected