Added JavaDocs, changed some formatting
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import org.junit.jupiter.api.BeforeEach;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
|
||||
import java.util.ArrayList;
|
||||
|
||||
class TextOutputTest {
|
||||
@@ -10,15 +11,17 @@ class TextOutputTest {
|
||||
@BeforeEach
|
||||
public void setup() {
|
||||
textOutput = new TextOutput();
|
||||
textOutput.formatFix(9);
|
||||
textOutput.formatFix(20);
|
||||
//textOutput.formatRaw();
|
||||
text = new ArrayList<>();
|
||||
text.add("123456789");
|
||||
text.add("1234");
|
||||
text.add("12 12 12 12 12 12");
|
||||
text.add(" ");
|
||||
text.add("1eeeeeee8597389751");
|
||||
text.add("TextTextTextTextTextTextTextTextTextTextTextTextTextText TextTextTextTextTextTextTextTextTextTextTextText TextTextText");
|
||||
text.add("Virtute praecedunt, quod fere cotidianis proeliis cum Germanis contendunt, septentr ionesimmensoslongusw ordos.");
|
||||
text.add("Virtutedasjdhashdkjhakjdhakdshjkashd praecedunt, quod fere cotidianis proeliis cum");
|
||||
//text.add("ordos.");
|
||||
//text.add("1234");
|
||||
text.add("12417575147517845 445264565");
|
||||
text.add(" ");
|
||||
//text.add("1eeeeeee8597389751");
|
||||
//text.add("TextTextTextTextTextTextTextTextTextTextTextTextTextText TextTextTextTextTextTextTextTextTextTextTextText TextTextText");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user