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

Method duplicatedFilterId

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

Source from the content-addressed store, hash-verified

172 }
173
174 @Test(expected = IllegalArgumentException.class)
175 public void duplicatedFilterId() throws Exception {
176 Query query = getDefaultQueryBuilder().setFilters(
177 Arrays.asList(filter, filter)).build();
178 query.validate();
179 }
180
181 @Test(expected = IllegalArgumentException.class)
182 public void duplicatedExpressionId() throws Exception {

Callers

nothing calls this directly

Calls 4

validateMethod · 0.95
buildMethod · 0.45
setFiltersMethod · 0.45

Tested by

no test coverage detected