Esempio n. 1
0
 public void TestListRemoveAt()
 {
     Assert.Throws <NotSupportedException>(() => { testList.RemoveAt(4); });
 }
Esempio n. 2
0
 public virtual void TestListRemoveAt()
 {
     testList.RemoveAt(4);
 }