We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6f0655 commit 42afea8Copy full SHA for 42afea8
1 file changed
src/test/java/org/apache/commons/csv/CSVFormatTest.java
@@ -21,11 +21,15 @@
21
import static org.apache.commons.csv.Constants.CR;
22
import static org.apache.commons.csv.Constants.CRLF;
23
import static org.apache.commons.csv.Constants.LF;
24
-import static org.junit.Assert.*;
+import static org.junit.Assert.assertArrayEquals;
25
+import static org.junit.Assert.assertEquals;
26
+import static org.junit.Assert.assertFalse;
27
+import static org.junit.Assert.assertNotNull;
28
+import static org.junit.Assert.assertNotSame;
29
+import static org.junit.Assert.assertTrue;
30
31
import java.io.ByteArrayInputStream;
32
import java.io.ByteArrayOutputStream;
-import java.io.IOException;
33
import java.io.ObjectInputStream;
34
import java.io.ObjectOutputStream;
35
import java.util.Arrays;
0 commit comments