Split up index Test method
This commit is contained in:
+1
-1
@@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user