Microsoft.Reactive.Testing Namespace

Classes

  Class Description
Public class ReactiveAssert Represents a helper class to write asserts in Rx unit tests.
Public class ReactiveTest Base type to write tests for Rx code.
Public class TestScheduler Base class for testing Rx code.

Structures

  Structure Description
Public structure Recorded<T> Records a value with the time it was produced on.
Public structure Subscription Records the information about subscripts to and unsubscriptions from observable sequences.

Interfaces

  Interface Description
Public interface ITestableObservable<T> Defines an observable that records subscriptions and notifications sent by the observable.
Public interface ITestableObserver<T> Defines an observer that records received notifications.