Exemplo n.º 1
0
 public void TestListAdd()
 {
     Assert.Throws <NotSupportedException>(() => { testList.Add(4); });
 }
Exemplo n.º 2
0
 public virtual void TestListAdd()
 {
     testList.Add(4);
 }