()
| 458 | } |
| 459 | |
| 460 | @Test (expected = IllegalArgumentException.class) |
| 461 | public void getDurationIntervalEmpty() { |
| 462 | DateTime.getDurationInterval(""); |
| 463 | } |
| 464 | |
| 465 | @Test |
| 466 | public void setTimeZone() { |
nothing calls this directly
no test coverage detected