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
NameDescriptionTestBaseTop
Methods
NameDescriptionEquals(Inherited from Object.)
Finalize(Inherited from Object.)
GetHashCode(Inherited from Object.)
GetType(Inherited from Object.)
MemberwiseClone(Inherited from Object.)
RunAsync
ToString(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
TestBase Methods
Include Protected Members
Include Inherited Members
The TestBase 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.)
RunAsync
ToString(Inherited from Object.)Top
See Also
Reference
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()