コード例 #1
0
 public void EmptyTest()
 {
     ArrayQueue.Empty();
     Assert.True(ArrayQueue.IsEmpty());
 }