Class ListTextEx
- Namespace
- Dynamic
Data .Tests
- Assembly
- DynamicData.dll
Test extensions.
- Inheritance
-
List
Text Ex
Methods
AsAggregator<T>(IObservable<IChangeSet<T>>)
Aggregates all events and statistics for a change set to help assertions when testing.
public static ChangeSetAggregator<T> AsAggregator<T>(this IObservable<IChangeSet<T>> source) where T : notnull
Parameters
source
IObservable<IChangeSet <T>>The source observable.
Returns
- Change
Set <T>Aggregator The change set aggregator.
Type Parameters
T
The type of the object.