()
| 411 | } |
| 412 | |
| 413 | @Test (expected = IllegalArgumentException.class) |
| 414 | public void getDurationUnitsEmpty() { |
| 415 | DateTime.getDurationUnits(""); |
| 416 | } |
| 417 | |
| 418 | @Test (expected = IllegalArgumentException.class) |
| 419 | public void getDurationIsNull() { |
nothing calls this directly
no test coverage detected