The recording of the first ever ReactiveUI virtual conference is available on our YouTube Channel.

ReactiveTest Fields

ReactiveTest Fields

Include Protected Members
Include Inherited Members

The ReactiveTest type exposes the following members.

Fields

NameDescriptionPublic fieldStatic memberCreatedDefault virtual time used for creation of observable sequences in Rx tests.Public fieldStatic memberDisposedDefault virtual time used to dispose subscriptions in Rx tests.Public fieldStatic memberSubscribedDefault virtual time used to subscribe to an observable sequence in Rx tests.Top

See Also

Reference

ReactiveTest Class

Microsoft.Reactive.Testing Namespace

ReactiveTest Methods

Include Protected Members
Include Inherited Members

The ReactiveTest type exposes the following members.

Methods

NameDescriptionPublic methodEquals(Inherited from Object.)Protected methodFinalize(Inherited from Object.)Public methodGetHashCode(Inherited from Object.)Public methodGetType(Inherited from Object.)Protected methodMemberwiseClone(Inherited from Object.)Public methodStatic memberOnCompletedFactory method for a recorded OnCompleted notification at a given time.Public methodStatic memberOnErrorFactory method for a recorded OnError notification at a given time with a given error.Public methodStatic memberOnNextFactory method for a recorded OnNext notification at a given time with a given value.Public methodStatic memberSubscribe(Int64)Factory method for a recorded subscription.Public methodStatic memberSubscribe(Int64, Int64)Factory method for a recorded subscription.Public methodToString(Inherited from Object.)Top

See Also

Reference

ReactiveTest Class

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

NameDescriptionPublic methodReactiveTestInitializes a new instance of the ReactiveTest class.Top

Methods

NameDescriptionPublic methodEquals(Inherited from Object.)Protected methodFinalize(Inherited from Object.)Public methodGetHashCode(Inherited from Object.)Public methodGetType(Inherited from Object.)Protected methodMemberwiseClone(Inherited from Object.)Public methodStatic memberOnCompletedFactory method for a recorded OnCompleted notification at a given time.Public methodStatic memberOnErrorFactory method for a recorded OnError notification at a given time with a given error.Public methodStatic memberOnNextFactory method for a recorded OnNext notification at a given time with a given value.Public methodStatic memberSubscribe(Int64)Factory method for a recorded subscription.Public methodStatic memberSubscribe(Int64, Int64)Factory method for a recorded subscription.Public methodToString(Inherited from Object.)Top

Fields

NameDescriptionPublic fieldStatic memberCreatedDefault virtual time used for creation of observable sequences in Rx tests.Public fieldStatic memberDisposedDefault virtual time used to dispose subscriptions in Rx tests.Public fieldStatic memberSubscribedDefault 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()

See Also

Reference

ReactiveTest Class

Microsoft.Reactive.Testing Namespace