Searched defs:ignoreException (Results 1 - 2 of 2) sorted by relevance

/lucene-3.6.0/solr/test-framework/src/java/org/apache/solr/util/
H A DAbstractSolrTestCase.java145 ignoreException("ignore_exception");
168 public static void ignoreException(String pattern) { method in class:AbstractSolrTestCase
176 ignoreException("ignore_exception"); // always ignore "ignore_exception"
/lucene-3.6.0/solr/test-framework/src/java/org/apache/solr/
H A DSolrTestCaseJ4.java96 ignoreException("ignore_exception");
170 public static void ignoreException(String pattern) { method in class:SolrTestCaseJ4
178 ignoreException("ignore_exception"); // always ignore "ignore_exception"
258 ignoreException("ignore_exception");

Completed in 14 milliseconds