Exemplo n.º 1
0
 public void TestInsert_Throws()
 {
     IList<char> list = new StringAdapter("Hello");
     list.Insert(0, 'a');
 }