use of org.z3950.zing.cql.cql2pgjson.CQL2PgJSON in project raml-module-builder by folio-org.
the class CQLWrapperTest method invalidCQL.
@Test(expected = IllegalStateException.class)
public void invalidCQL() throws FieldException {
CQLWrapper wrapper = new CQLWrapper().setField(new CQL2PgJSON("field")).setQuery("or name=miller");
wrapper.toString();
}
Aggregations