Exemplo n.º 1
0
 public static RaiseCollectionEventExpectation WithNew(this NotifyCollectionChangedAction action, params object[] items)
 {
     return action.AsEvent().WithNew(items);
 }
Exemplo n.º 2
0
 public static RaiseCollectionEventExpectation WithNewCount(this NotifyCollectionChangedAction action, int count)
 {
     return action.AsEvent().WithNewCount(count);
 }
Exemplo n.º 3
0
 public static RaiseCollectionEventExpectation AtOld(this NotifyCollectionChangedAction action, int index)
 {
     return action.AsEvent().AtOld(index);
 }