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 4166279 commit ca4c8dbCopy full SHA for ca4c8db
src/test/java/UvaTestRunner.java
@@ -1,4 +1,4 @@
1
-import org.junit.jupiter.api.Test;
+import static org.junit.jupiter.api.Assertions.*;
2
3
import java.io.ByteArrayInputStream;
4
import java.io.ByteArrayOutputStream;
@@ -12,8 +12,7 @@
12
import java.util.List;
13
import java.util.Objects;
14
import java.util.stream.Collectors;
15
-
16
-import static org.junit.jupiter.api.Assertions.*;
+import org.junit.jupiter.api.Test;
17
18
class UvaTestRunner {
19
0 commit comments