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

Method setStartTime

test/core/TestTsdbQuery.java:66–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64 }
65
66 @Test
67 public void setStartTime() throws Exception {
68 query.setStartTime(1356998400L);
69 assertEquals(1356998400L, query.getStartTime());
70 }
71
72 @Test
73 public void setStartTimeZero() throws Exception {

Callers

nothing calls this directly

Calls 2

setStartTimeMethod · 0.65
getStartTimeMethod · 0.65

Tested by

no test coverage detected