Exemplo n.º 1
0
 public void TestRemove_Throws()
 {
     IList<char> list = new StringAdapter("Hello");
     list.Remove('e');
 }