Browse Source

Anpassung der Klasse SimpleLinkedListTest

vollständige_und_weitere_testate
hertero 3 years ago
committed by chris
parent
commit
5446e7352f
  1. 6
      SimpleLinkedList/src/solution/SimpleLinkedListTest.java

6
SimpleLinkedList/src/solution/SimpleLinkedListTest.java

@ -1,5 +1,7 @@
package solution;
import testat.*;
//import testat.*;
import test.SimpleListTest90;
public class SimpleLinkedListTest extends SimpleListTest90{
@ -9,7 +11,7 @@ public class SimpleLinkedListTest extends SimpleListTest90{
}
@Override
protected ISimpleList<Ticket<Integer>> getInstance2() {
protected ISimpleList<Node<Integer>> getInstance2() {
return new SimpleLinkedList<>();
}

Loading…
Cancel
Save