Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Classes
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. |
Structures
Structure | Description | |
---|---|---|
![]() |
Recorded<T> | Records a value with the time it was produced on. |
![]() |
Subscription | Records the information about subscripts to and unsubscriptions from observable sequences. |
Interfaces
Interface | Description | |
---|---|---|
![]() |
ITestableObservable<T> | Defines an observable that records subscriptions and notifications sent by the observable. |
![]() |
ITestableObserver<T> | Defines an observer that records received notifications. |