Added empty Test Class for SystemOut

This commit is contained in:
Leonardo Brandenberger 2021-11-04 22:24:47 +01:00
parent 9c0010f11f
commit 60d877a968
2 changed files with 12 additions and 0 deletions

7
src/SystemOut.java Normal file
View File

@ -0,0 +1,7 @@
public class SystemOut {
public class SystemOut{
}
}

5
test/SystemOutTest.java Normal file
View File

@ -0,0 +1,5 @@
import static org.junit.jupiter.api.Assertions.*;
class SystemOutTest {
}