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

TestBase Class

TestBase Class

Inheritance Hierarchy

System.Object
  ReactiveTests.TestBase
    ReactiveTests.Tests.DispatcherSchedulerTest
    ReactiveTests.Tests.ObservableConcurrencyTest

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

Syntax

'Declaration
Public Class TestBase
'Usage
Dim instance As TestBase
public class TestBase
public ref class TestBase
type TestBase =  class end
public class TestBase

The TestBase type exposes the following members.

Constructors

NameDescriptionPublic methodTestBaseTop

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 methodRunAsyncPublic methodToString(Inherited from Object.)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 Namespace

TestBase Methods

Include Protected Members
Include Inherited Members

The TestBase 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 methodRunAsyncPublic methodToString(Inherited from Object.)Top

See Also

Reference

TestBase Class

ReactiveTests Namespace

TestBase Constructor

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

Syntax

'Declaration
Public Sub New
'Usage

Dim instance As New TestBase()
public TestBase()
public:
TestBase()
new : unit -> TestBase
public function TestBase()

See Also

Reference

TestBase Class

ReactiveTests Namespace