MCPcopy
hub / github.com/OpenTSDB/opentsdb / evaluateNullParams

Method evaluateNullParams

test/query/expression/TestAlias.java:289–292  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

287 }
288
289 @Test (expected = IllegalArgumentException.class)
290 public void evaluateNullParams() throws Exception {
291 func.evaluate(data_query, query_results, null);
292 }
293
294 @Test
295 public void evaluateEmptyResults() throws Exception {

Callers

nothing calls this directly

Calls 1

evaluateMethod · 0.65

Tested by

no test coverage detected