Browse Source

Testklasse SimpleListTest90 erstellt

T_SS18_List
hertero 3 years ago
parent
commit
ba9bc237be
  1. 18
      SimpleLinkedList/src/test/SimpleListTest90.java

18
SimpleLinkedList/src/test/SimpleListTest90.java

@ -0,0 +1,18 @@
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