Share via


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

  Name Description
Public method TestBase

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 RunAsync
Public method 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

ReactiveTests Namespace