Пример #1
0
 public void Removing_Dirty_Flag_Clears_Added()
 {
     _list.Add(1);
     _list.ClearChanges();
     Assert.IsEmpty(_list.Added);
 }