We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1368b4 commit bc0ebafCopy full SHA for bc0ebaf
1 file changed
src/test/java/com/thealgorithms/recursion/Permutations.java
@@ -1,10 +1,12 @@
1
package com.thealgorithms.recursion;
2
3
-import org.junit.jupiter.api.Test;
+import static org.junit.jupiter.api.Assertions.assertEquals;
4
+import static org.junit.jupiter.api.Assertions.assertThrows;
5
+import static org.junit.jupiter.api.Assertions.assertTrue;
6
7
import java.util.List;
8
-import static org.junit.jupiter.api.Assertions.*;
9
+import org.junit.jupiter.api.Test;
10
11
class PermutationsTest {
12
0 commit comments