Esempio n. 1
0
 public void TestListInsert()
 {
     Assert.Throws <NotSupportedException>(() => { testList.Insert(1, 1); });
 }
Esempio n. 2
0
 public virtual void TestListInsert()
 {
     testList.Insert(1, 1);
 }