Searched refs:uncaughtExceptionsRule (Results 1 - 1 of 1) sorted by relevance

/lucene-3.6.0/lucene/test-framework/src/java/org/apache/lucene/util/
H A DLuceneTestCase.java223 private static final UncaughtExceptionsRule uncaughtExceptionsRule = new UncaughtExceptionsRule(null); field in class:LuceneTestCase
244 .around(uncaughtExceptionsRule);
364 if (uncaughtExceptionsRule.hasUncaughtExceptions()) {

Completed in 419 milliseconds