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

Method validateNullStart

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

Source from the content-addressed store, hash-verified

101 }
102
103 @Test (expected = IllegalArgumentException.class)
104 public void validateNullStart() {
105 TSQuery q = this.getMetricForValidate();
106 q.setStart(null);
107 q.validateAndSetQuery();
108 }
109
110 @Test (expected = IllegalArgumentException.class)
111 public void validateEmptyStart() {

Callers

nothing calls this directly

Calls 3

getMetricForValidateMethod · 0.95
setStartMethod · 0.95
validateAndSetQueryMethod · 0.95

Tested by

no test coverage detected