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

Method validationErrorWhenTimeIsNull

test/query/pojo/TestQuery.java:105–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103 }
104
105 @Test(expected = IllegalArgumentException.class)
106 public void validationErrorWhenTimeIsNull() throws Exception {
107 Query query = getDefaultQueryBuilder().setTime(null).build();
108 query.validate();
109 }
110
111 @Test(expected = IllegalArgumentException.class)
112 public void invalidTime() throws Exception {

Callers

nothing calls this directly

Calls 4

validateMethod · 0.95
buildMethod · 0.45
setTimeMethod · 0.45

Tested by

no test coverage detected