-
Both Lucene and Solr use JUnit 4.7. I suggest we move forward and upgrade to JUnit 4.10 which provides several infrastructural changes (serializable Description objects, class-level rules, various twe…
-
I wanted to create a custom listener, not for reporting but to send test progress to another process.
But I can't subscribe to events like TestStartedEvent ...
-
Jumi version 0.4-SNAPSHOT commit 0fa4b1ac9e4be32d659fd006e69903e3fdb76adb 2013-01-22 23:26:23
Preliminary analysis of the following thread dump:
Thread 28 is a spawned test thread
blocked on ch.qos.…
-
"Global rules" are rules that are declared in one place and applied to all test cases/tests/suites in a test run.
"One place" could be a properties file, named by convention, e.g. "/global-junit-rule…
-
The class `org.junit.runner.notification.RunNotifier` contains the following code:
```
private final List fListeners=
Collections.synchronizedList(new ArrayList());
...
private abstract class Sa…
-
Run-listener throwing exception causes this, and it can be seen that removing an element by its iterator is not suppored on copyonwritearraylist.
Caused by: java.lang.IllegalStateException
at…
-
System.exit at the end, always.