()
| 64 | } |
| 65 | |
| 66 | @Test |
| 67 | public void setStartTime() throws Exception { |
| 68 | query.setStartTime(1356998400L); |
| 69 | assertEquals(1356998400L, query.getStartTime()); |
| 70 | } |
| 71 | |
| 72 | @Test |
| 73 | public void setStartTimeZero() throws Exception { |
nothing calls this directly
no test coverage detected