VirtualSchedulerTest Class

Inheritance Hierarchy

System.Object
  ReactiveTests.Tests.VirtualSchedulerTest

Namespace:  ReactiveTests.Tests
Assembly:  Tests.System.Reactive (in Tests.System.Reactive.dll)

Syntax

'Declaration
<TestClassAttribute> _
Public Class VirtualSchedulerTest
'Usage
Dim instance As VirtualSchedulerTest
[TestClassAttribute]
public class VirtualSchedulerTest
[TestClassAttribute]
public ref class VirtualSchedulerTest
[<TestClassAttribute>]
type VirtualSchedulerTest =  class end
public class VirtualSchedulerTest

The VirtualSchedulerTest type exposes the following members.

Constructors

  Name Description
Public method VirtualSchedulerTest

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method Virtual_Now
Public method Virtual_ScheduleAction
Public method Virtual_ScheduleActionDue
Public method Virtual_ScheduleActionError

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ReactiveTests.Tests Namespace