We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f018971 commit ae32765Copy full SHA for ae32765
src/test/java/com/thealgorithms/datastructures/hashmap/hashing/GenericHashMapUsingArrayTest.java
@@ -1,11 +1,6 @@
1
package com.thealgorithms.datastructures.hashmap.hashing;
2
3
-import static org.junit.jupiter.api.Assertions.assertEquals;
4
-import static org.junit.jupiter.api.Assertions.assertFalse;
5
-import static org.junit.jupiter.api.Assertions.assertNotNull;
6
-import static org.junit.jupiter.api.Assertions.assertNull;
7
-import static org.junit.jupiter.api.Assertions.assertTrue;
8
-import static org.junit.jupiter.api.Assertions.assertThrows;
+import static org.junit.jupiter.api.Assertions.*;
9
10
import org.junit.jupiter.api.Test;
11
import org.junit.jupiter.params.ParameterizedTest;
0 commit comments