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 6539d95 commit 4cc49e4Copy full SHA for 4cc49e4
src/test/java/com/thealgorithms/datastructures/lists/CursorLinkedListTest.java
@@ -1,6 +1,8 @@
1
package com.thealgorithms.datastructures.lists;
2
3
-import static org.junit.jupiter.api.Assertions.*;
+import static org.junit.jupiter.api.Assertions.assertEquals;
4
+import static org.junit.jupiter.api.Assertions.assertNull;
5
+import static org.junit.jupiter.api.Assertions.assertThrows;
6
7
import org.junit.jupiter.api.BeforeEach;
8
import org.junit.jupiter.api.Test;
0 commit comments