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 05ab07e commit 369f1e5Copy full SHA for 369f1e5
api/src/test/java/io/github/applecommander/applesingle/AppleSingleTest.java
@@ -1,9 +1,11 @@
1
package io.github.applecommander.applesingle;
2
3
-import static org.junit.Assert.*;
+import static org.junit.Assert.assertArrayEquals;
4
import static org.junit.Assert.assertEquals;
5
+import static org.junit.Assert.assertFalse;
6
import static org.junit.Assert.assertNotNull;
7
import static org.junit.Assert.assertNull;
8
+import static org.junit.Assert.assertTrue;
9
10
import java.io.ByteArrayOutputStream;
11
import java.io.IOException;
0 commit comments