Skip to content

Commit 573828c

Browse files
author
Tibor Digana
committed
AllTests
1 parent 497e6ca commit 573828c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: src/test/java/org/junit/tests/AllTests.java

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
import org.junit.internal.MethodSorterTest;
66
import org.junit.internal.matchers.StacktracePrintingMatcherTest;
77
import org.junit.runner.RunWith;
8+
import org.junit.runner.notification.RunNotifierTest;
9+
import org.junit.runner.notification.ConcurrentRunNotifierTest;
810
import org.junit.runners.Suite;
911
import org.junit.runners.Suite.SuiteClasses;
1012
import org.junit.tests.assertion.AssertionTest;
@@ -166,7 +168,9 @@
166168
MethodSorterTest.class,
167169
TestedOnSupplierTest.class,
168170
StacktracePrintingMatcherTest.class,
169-
StopwatchTest.class
171+
StopwatchTest.class,
172+
RunNotifierTest.class,
173+
ConcurrentRunNotifierTest.class
170174
})
171175
public class AllTests {
172176
public static Test suite() {

0 commit comments

Comments
 (0)