We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a23826a commit 992b1fbCopy full SHA for 992b1fb
platform-tests/src/test/java/org/junit/platform/testkit/engine/EventsTests.java
@@ -10,7 +10,9 @@
10
11
package org.junit.platform.testkit.engine;
12
13
-import static org.junit.jupiter.api.Assertions.*;
+import static org.junit.jupiter.api.Assertions.assertEquals;
14
+import static org.junit.jupiter.api.Assertions.assertThrows;
15
+import static org.junit.jupiter.api.Assertions.assertTrue;
16
import static org.junit.platform.testkit.engine.EventConditions.engine;
17
import static org.junit.platform.testkit.engine.EventConditions.event;
18
import static org.junit.platform.testkit.engine.EventConditions.finishedSuccessfully;
0 commit comments