Merge remote-tracking branch 'origin/main'
This commit is contained in:
+6
-3
@@ -16,10 +16,13 @@ public class TextTest {
|
||||
|
||||
@Test
|
||||
void indexTest() {
|
||||
txt.add("Hallo Hallo zusammen !test!");
|
||||
txt.add("Hallo ?Hallo> zusammen !test!");
|
||||
txt.add("Hallo, wie zusammen");
|
||||
txt.add("Hallo,wie wie zusammen");
|
||||
txt.add("Hallo! Wie wie zusammen");
|
||||
sListe= txt.index();
|
||||
Assertions.assertEquals("Hallo 1, 2, 3",sListe.get(0));
|
||||
for (String str : sListe){
|
||||
System.out.println(str);
|
||||
}
|
||||
Assertions.assertEquals("Hallo 1, 2, 3",sListe.get(0));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user