package wiki.liven.code.dataStructures; import org.junit.Test; /** * Created by leven on 2017/2/26. */ public class QueueTest { @Test public void queueEmpty() throws Exception { } @Test public void enQueue() throws Exception { } @Test public void deQueue() throws Exception { } }