Microsoft.Reactive.Testing Namespace
| Class | Description | |
|---|---|---|
|
ReactiveAssert | Represents a helper class to write asserts in Rx unit tests. |
|
ReactiveTest | Base type to write tests for Rx code. |
|
TestScheduler | Base class for testing Rx code. |
| Structure | Description | |
|---|---|---|
|
Recorded(Of T) | Records a value with the time it was produced on. |
|
Subscription | Records the information about subscripts to and unsubscriptions from observable sequences. |
| Interface | Description | |
|---|---|---|
|
ITestableObservable(Of T) | Defines an observable that records subscriptions and notifications sent by the observable. |
|
ITestableObserver(Of T) | Defines an observer that records received notifications. |
Show: