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

/lucene-3.6.0/lucene/test-framework/src/java/org/apache/lucene/util/
H A DUncaughtExceptionsRule.java39 // thread accessing it, always.
49 public final Thread thread; field in class:UncaughtExceptionsRule.UncaughtExceptionEntry
52 public UncaughtExceptionEntry(Thread thread, Throwable exception) { argument
53 this.thread = thread;
61 super("Uncaught exception by thread: " + e.thread, e.exception);
146 sw.write("\n===>\nUncaught exception by thread: " + t + "\n");
/lucene-3.6.0/lucene/backwards/src/test-framework/java/org/apache/lucene/util/
H A DLuceneTestCase.java158 public final Thread thread; field in class:LuceneTestCase.UncaughtExceptionEntry
161 public UncaughtExceptionEntry(Thread thread, Throwable exception) { argument
162 this.thread = thread;
244 System.err.println("RESOURCE LEAK: test class left " + rogueThreads + " thread(s) running");
392 * The thread executing the current test case.
472 * Returns true if and only if the calling thread is the primary thread
476 assertNotNull("Test case thread not set?", testCaseThread);
535 + "' left " + rogueThreads + " thread(
[all...]

Completed in 13 milliseconds