package wiki.liven.code.dataStructures; import org.junit.Test; /** * Created by leven on 2017/2/26. */ public class LinkedListTest { @Test public void add() throws Exception { } @Test public void add1() throws Exception { } @Test public void get() throws Exception { } @Test public void remove() throws Exception { } @Test public void size() throws Exception { } }