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

Method testEqualsSame

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

Source from the content-addressed store, hash-verified

202 }
203
204 @Test
205 public void testEqualsSame() throws Exception {
206 final TSQuery query = new TSQuery();
207 query.setStart("1h-ago");
208 final QueryStats stats = new QueryStats(remote, query, headers);
209 assertTrue(stats.equals(stats));
210 }
211
212 @Test
213 public void markComplete() throws Exception {

Callers

nothing calls this directly

Calls 2

setStartMethod · 0.95
equalsMethod · 0.95

Tested by

no test coverage detected