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 13d3366 commit 90272f1Copy full SHA for 90272f1
core/src/test/java/cucumber/runtime/UndefinedStepsTrackerTest.java
@@ -10,7 +10,9 @@
10
import java.util.List;
11
12
import static java.util.Arrays.asList;
13
-import static org.junit.Assert.*;
+import static org.junit.Assert.assertEquals;
14
+import static org.junit.Assert.assertTrue;
15
+import static org.junit.Assert.assertFalse;
16
17
public class UndefinedStepsTrackerTest {
18
0 commit comments