Table of Contents

Class ListTextEx

Namespace
DynamicData.Tests
Assembly
DynamicData.dll

Test extensions.

public static class ListTextEx
Inheritance
ListTextEx

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

ChangeSetAggregator<T>

The change set aggregator.

Type Parameters

T

The type of the object.