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

Method setEndTime

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

Source from the content-addressed store, hash-verified

97 }
98
99 @Test
100 public void setEndTime() throws Exception {
101 query.setEndTime(1356998400L);
102 assertEquals(1356998400L, query.getEndTime());
103 }
104
105 @Test (expected = IllegalStateException.class)
106 public void getStartTimeNotSet() throws Exception {

Callers

nothing calls this directly

Calls 2

setEndTimeMethod · 0.65
getEndTimeMethod · 0.65

Tested by

no test coverage detected