()
| 186 | } |
| 187 | |
| 188 | @Test |
| 189 | public void testEqualsNull() throws Exception { |
| 190 | final TSQuery query = new TSQuery(); |
| 191 | query.setStart("1h-ago"); |
| 192 | final QueryStats stats = new QueryStats(remote, query, headers); |
| 193 | assertFalse(stats.equals(null)); |
| 194 | } |
| 195 | |
| 196 | @Test |
| 197 | public void testEqualsWrongType() throws Exception { |