TestScheduler Class
Base class for testing Rx code.
System.Object
System.Reactive.Concurrency.VirtualTimeSchedulerBase<Int64, Int64>
System.Reactive.Concurrency.VirtualTimeScheduler<Int64, Int64>
Microsoft.Reactive.Testing.TestScheduler
System.Reactive.Concurrency.VirtualTimeSchedulerBase<Int64, Int64>
System.Reactive.Concurrency.VirtualTimeScheduler<Int64, Int64>
Microsoft.Reactive.Testing.TestScheduler
Namespace: Microsoft.Reactive.Testing
Assembly: Microsoft.Reactive.Testing (in Microsoft.Reactive.Testing.dll)
The TestScheduler type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Clock | Gets the scheduler's absolute time clock value. (Inherited from VirtualTimeSchedulerBase<TAbsolute, TRelative>.) |
![]() | Comparer | Gets the comparer used to compare absolute time values. (Inherited from VirtualTimeSchedulerBase<TAbsolute, TRelative>.) |
![]() | IsEnabled | Gets whether the scheduler is enabled to run work. (Inherited from VirtualTimeSchedulerBase<TAbsolute, TRelative>.) |
![]() | Now | Gets the scheduler's notion of current time. (Inherited from VirtualTimeSchedulerBase<TAbsolute, TRelative>.) |
Top
