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 96f6d60 commit 028cff0Copy full SHA for 028cff0
src/test/java/com/thealgorithms/geometry/PointTest.java
@@ -1,6 +1,8 @@
1
package com.thealgorithms.geometry;
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.assertNotNull;
5
+import static org.junit.jupiter.api.Assertions.assertTrue;
6
7
import org.junit.jupiter.api.Test;
8
0 commit comments