Added formatRaw option in method print.

This commit is contained in:
Leonardo Brandenberger
2021-11-05 08:35:49 +01:00
parent 60d877a968
commit 53534be4b3
3 changed files with 27 additions and 3 deletions
+3
View File
@@ -2,4 +2,7 @@ import static org.junit.jupiter.api.Assertions.*;
class SystemOutTest {
public void print(){
}
}