We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c35851 commit e30fe38Copy full SHA for e30fe38
src/test/java/org/junit/tests/AllTests.java
@@ -8,6 +8,7 @@
8
import org.junit.runner.notification.AddRemoveListenerTest;
9
import org.junit.runner.notification.ConcurrentRunNotifierTest;
10
import org.junit.runner.notification.RunNotifierTest;
11
+import org.junit.runner.notification.SynchronizedRunListenerTest;
12
import org.junit.runners.Suite;
13
import org.junit.runners.Suite.SuiteClasses;
14
import org.junit.tests.assertion.AssertionTest;
@@ -172,7 +173,8 @@
172
173
StopwatchTest.class,
174
RunNotifierTest.class,
175
ConcurrentRunNotifierTest.class,
- AddRemoveListenerTest.class
176
+ AddRemoveListenerTest.class,
177
+ SynchronizedRunListenerTest.class
178
})
179
public class AllTests {
180
public static Test suite() {
0 commit comments