ReactiveTest Fields
Include Protected Members
Include Inherited Members
The ReactiveTest type exposes the following members.
Fields
NameDescriptionCreatedDefault virtual time used for creation of observable sequences in Rx tests.
DisposedDefault virtual time used to dispose subscriptions in Rx tests.
SubscribedDefault virtual time used to subscribe to an observable sequence in Rx tests.Top
See Also
Reference
Microsoft.Reactive.Testing Namespace
ReactiveTest Methods
Include Protected Members
Include Inherited Members
The ReactiveTest type exposes the following members.
Methods
NameDescriptionEquals(Inherited from Object.)
Finalize(Inherited from Object.)
GetHashCode(Inherited from Object.)
GetType(Inherited from Object.)
MemberwiseClone(Inherited from Object.)
OnCompleted
OnError
OnNext
Subscribe(Int64)Factory method for a recorded subscription.
Subscribe(Int64, Int64)Factory method for a recorded subscription.
ToString(Inherited from Object.)Top
See Also
Reference
Microsoft.Reactive.Testing Namespace
ReactiveTest Class
Base type to write tests for Rx code.
Inheritance Hierarchy
System.Object
Microsoft.Reactive.Testing.ReactiveTest
More...
Namespace: Microsoft.Reactive.Testing
Assembly: Microsoft.Reactive.Testing (in Microsoft.Reactive.Testing.dll)
Syntax
'Declaration
Public Class ReactiveTest
'Usage
Dim instance As ReactiveTest
public class ReactiveTest
public ref class ReactiveTest
type ReactiveTest = class end
public class ReactiveTest
The ReactiveTest type exposes the following members.
Constructors
NameDescriptionReactiveTestInitializes a new instance of the ReactiveTest class.Top
Methods
NameDescriptionEquals(Inherited from Object.)
Finalize(Inherited from Object.)
GetHashCode(Inherited from Object.)
GetType(Inherited from Object.)
MemberwiseClone(Inherited from Object.)
OnCompleted
OnError
OnNext
Subscribe(Int64)Factory method for a recorded subscription.
Subscribe(Int64, Int64)Factory method for a recorded subscription.
ToString(Inherited from Object.)Top
Fields
NameDescriptionCreatedDefault virtual time used for creation of observable sequences in Rx tests.
DisposedDefault virtual time used to dispose subscriptions in Rx tests.
SubscribedDefault virtual time used to subscribe to an observable sequence in Rx tests.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
Microsoft.Reactive.Testing Namespace
Inheritance Hierarchy
System.Object
Microsoft.Reactive.Testing.ReactiveTest
ReactiveTests.Tests.AsyncSubjectTest
ReactiveTests.Tests.BehaviorSubjectTest
ReactiveTests.Tests.NotificationTest
ReactiveTests.Tests.ObservableAggregateTest
ReactiveTests.Tests.ObservableAsyncTest
ReactiveTests.Tests.ObservableBindingTest
ReactiveTests.Tests.ObservableBlockingTest
ReactiveTests.Tests.ObservableConcurrencyReactiveTest
ReactiveTests.Tests.ObservableConversionTests
ReactiveTests.Tests.ObservableExtensionsTest
ReactiveTests.Tests.ObservableMultipleTest
ReactiveTests.Tests.ObservableSingleTest
ReactiveTests.Tests.ObservableStandardQueryOperatorTest
ReactiveTests.Tests.ObservableTest
ReactiveTests.Tests.ObservableTimeTest
ReactiveTests.Tests.ObservableWhensTest
ReactiveTests.Tests.ObserverTest
ReactiveTests.Tests.PrivateTypesTest
ReactiveTests.Tests.RegressionTest
ReactiveTests.Tests.ReplaySubjectTest
ReactiveTests.Tests.SubjectTest
ReactiveTest Constructor
Initializes a new instance of the ReactiveTest class.
Namespace: Microsoft.Reactive.Testing
Assembly: Microsoft.Reactive.Testing (in Microsoft.Reactive.Testing.dll)
Syntax
'Declaration
Public Sub New
'Usage
Dim instance As New ReactiveTest()
public ReactiveTest()
public:
ReactiveTest()
new : unit -> ReactiveTest
public function ReactiveTest()