Пример #1
0
 public void ClearTest()
 {
     threeList.Clear();
     Assert.AreEqual(0, threeList.Count);
 }