MCPcopy
hub / github.com/OpenTSDB/opentsdb / testToString

Method testToString

test/core/TestDownsampler.java:1497–1502  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1495 }
1496
1497 @Test
1498 public void testToString() {
1499 downsampler = new Downsampler(source, THOUSAND_SEC_INTERVAL, AVG);
1500 DataPoint dp = downsampler.next();
1501 assertTrue(downsampler.toString().contains(dp.toString()));
1502 }
1503}

Callers

nothing calls this directly

Calls 3

containsMethod · 0.80
nextMethod · 0.65
toStringMethod · 0.45

Tested by

no test coverage detected