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