added Java Doc in TextTest.java

This commit is contained in:
schrom01 2021-11-11 09:44:23 +01:00
parent 0060da1f50
commit e1ea2803a3
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@ public class TextTest {
Assertions.assertEquals(4, txt.getText().size()); Assertions.assertEquals(4, txt.getText().size());
} }
/**
* Test Method for replace Method
*/
@Test @Test
void replace() { void replace() {
Assertions.assertEquals(true, txt.add("Das ist der erste Beispiel Text.")); Assertions.assertEquals(true, txt.add("Das ist der erste Beispiel Text."));