MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / testEqualsNull

Method testEqualsNull

test/stats/TestQueryStats.java:188–194  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 2

setStartMethod · 0.95
equalsMethod · 0.95

Tested by

no test coverage detected