()
| 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 { |