MCPcopy Create free account
hub / github.com/OpenTSDB/opentsdb / getStartTimeNotSet

Method getStartTimeNotSet

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

Source from the content-addressed store, hash-verified

103 }
104
105 @Test (expected = IllegalStateException.class)
106 public void getStartTimeNotSet() throws Exception {
107 query.getStartTime();
108 }
109
110 @Test (expected = IllegalArgumentException.class)
111 public void setEndTimeInvalidNegative() throws Exception {

Callers

nothing calls this directly

Calls 1

getStartTimeMethod · 0.65

Tested by

no test coverage detected