()
| 103 | } |
| 104 | |
| 105 | @Test (expected = IllegalStateException.class) |
| 106 | public void getStartTimeNotSet() throws Exception { |
| 107 | query.getStartTime(); |
| 108 | } |
| 109 | |
| 110 | @Test (expected = IllegalArgumentException.class) |
| 111 | public void setEndTimeInvalidNegative() throws Exception { |
nothing calls this directly
no test coverage detected