added Java Doc in TextTest.java
This commit is contained in:
parent
0060da1f50
commit
e1ea2803a3
|
@ -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."));
|
||||||
|
|
Loading…
Reference in New Issue