Split up index Test method
This commit is contained in:
parent
73bb92de53
commit
bac531a674
|
@ -11,7 +11,7 @@ public class TextTest {
|
||||||
|
|
||||||
@BeforeEach
|
@BeforeEach
|
||||||
void setup() {
|
void setup() {
|
||||||
ArrayList<String> stringListe = new ArrayList<>();
|
stringListe = new ArrayList<>();
|
||||||
txt = new Text();
|
txt = new Text();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue