示例#1
0
 /** Validates a query matches some XPath test expressions and closes the query */
 public void assertQ(SolrQueryRequest req, String... tests) {
   assertQ(null, req, tests);
 }