Пример #1
0
 public void the_action_type_should_be_reset()
 {
     _action.ShouldBeEqualTo(NotifyCollectionChangedAction.Reset);
 }
Пример #2
0
 public void should_raise_a_collection_changed_event_with_the_reset_flag()
 {
     _eventWasRaised.ShouldBeTrue();
     _value.ShouldBeEqualTo(NotifyCollectionChangedAction.Reset);
 }
Пример #3
0
 public void the_action_type_should_be_add()
 {
     _action.ShouldBeEqualTo(NotifyCollectionChangedAction.Remove);
 }