public void Initialise() { _source1 = new SourceCache <Person, string>(p => p.Name); _source2 = new SourceCache <Person, string>(p => p.Name); _source3 = new SourceCache <Person, string>(p => p.Name); _source = new SourceList <IObservable <IChangeSet <Person, string> > >(); _results = _source.Except().AsAggregator(); }
public DynamicExceptFixture() { _source1 = new SourceList <int>(); _source2 = new SourceList <int>(); _source3 = new SourceList <int>(); _source = new SourceList <IObservable <IChangeSet <int> > >(); _results = _source.Except().AsAggregator(); }
public void Initialise() { _source1 = new SourceList <int>(); _source2 = new SourceList <int>(); _source3 = new SourceList <int>(); _source = new SourceList <IObservable <IChangeSet <int> > >(); _results = _source.Except().AsAggregator(); }