Browse Source

Testklasse SimpleListTest90 erstellt

vollständige_und_weitere_testate
hertero 3 years ago
committed by chris
parent
commit
22fb23f3e2
  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