We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9348239 commit bb13165Copy full SHA for bb13165
1 file changed
src/test/java/com/thealgorithms/physics/DampedOscillatorTest.java
@@ -1,6 +1,8 @@
1
package com.thealgorithms.physics;
2
3
-import static org.junit.jupiter.api.Assertions.*;
+import static org.junit.jupiter.api.Assertions.assertAll;
4
+import static org.junit.jupiter.api.Assertions.assertEquals;
5
+import static org.junit.jupiter.api.Assertions.assertThrows;
6
7
import org.junit.jupiter.api.DisplayName;
8
import org.junit.jupiter.api.Test;
0 commit comments