()
| 416 | } |
| 417 | |
| 418 | @Test (expected = IllegalArgumentException.class) |
| 419 | public void getDurationIsNull() { |
| 420 | DateTime.getDurationUnits(null); |
| 421 | } |
| 422 | |
| 423 | @Test |
| 424 | public void getDurationInterval() { |
nothing calls this directly
no test coverage detected