()
| 453 | } |
| 454 | |
| 455 | @Test (expected = IllegalArgumentException.class) |
| 456 | public void getDurationIntervalNull() { |
| 457 | DateTime.getDurationInterval(null); |
| 458 | } |
| 459 | |
| 460 | @Test (expected = IllegalArgumentException.class) |
| 461 | public void getDurationIntervalEmpty() { |
nothing calls this directly
no test coverage detected