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