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

Method setStartTime

test/core/TestSplitRollupQuery.java:44–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42 }
43
44 @Test
45 public void setStartTime() {
46 queryUnderTest.setStartTime(42L);
47 assertEquals(42000L, queryUnderTest.getStartTime());
48 assertEquals(42000L, rollupQuery.getStartTime());
49 }
50
51 @Test
52 public void setStartTimeBeyondOriginalEnd() {

Callers

nothing calls this directly

Calls 2

setStartTimeMethod · 0.65
getStartTimeMethod · 0.65

Tested by

no test coverage detected