Browse Source

test-Package entfernt

vollständige_und_weitere_testate
hertero 3 years ago
committed by chris
parent
commit
914348c8fb
  1. 3
      SimpleLinkedList/src/solution/SimpleLinkedListTest.java
  2. 18
      SimpleLinkedList/src/test/SimpleListTest90.java

3
SimpleLinkedList/src/solution/SimpleLinkedListTest.java

@ -1,8 +1,6 @@
package solution;
//import testat.*;
import test.SimpleListTest90;
public class SimpleLinkedListTest extends SimpleListTest90{
@Override
@ -14,5 +12,4 @@ public class SimpleLinkedListTest extends SimpleListTest90{
protected ISimpleList<Node<Integer>> getInstance2() {
return new SimpleLinkedList<>();
}
}

18
SimpleLinkedList/src/test/SimpleListTest90.java

@ -1,18 +0,0 @@
package test;
import solution.ISimpleList;
import solution.Node;
public class SimpleListTest90 {
protected ISimpleList<Integer> getInstance1() {
// TODO Auto-generated method stub
return null;
}
protected ISimpleList<Node<Integer>> getInstance2() {
// TODO Auto-generated method stub
return null;
}
}
Loading…
Cancel
Save