()
| 406 | } |
| 407 | |
| 408 | @Test (expected = IllegalArgumentException.class) |
| 409 | public void getDurationUnitsNull() { |
| 410 | DateTime.getDurationUnits(null); |
| 411 | } |
| 412 | |
| 413 | @Test (expected = IllegalArgumentException.class) |
| 414 | public void getDurationUnitsEmpty() { |
nothing calls this directly
no test coverage detected