()
| 116 | } |
| 117 | |
| 118 | @Test (expected = IllegalArgumentException.class) |
| 119 | public void validateBadDS() { |
| 120 | TSSubQuery sub = getMetricForValidate(); |
| 121 | sub.setDownsample("bad"); |
| 122 | sub.validateAndSetQuery(); |
| 123 | } |
| 124 | |
| 125 | @Test |
| 126 | public void validateWithFilter() { |
nothing calls this directly
no test coverage detected