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

UnitTest Constructor

UnitTest Constructor

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

Syntax

'Declaration
Public Sub New
'Usage

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

See Also

Reference

UnitTest Class

ReactiveTests.Tests Namespace

UnitTest Class

Inheritance Hierarchy

System.Object
  ReactiveTests.Tests.UnitTest

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

Syntax

'Declaration
<TestClassAttribute> _
Public Class UnitTest
'Usage
Dim instance As UnitTest
[TestClassAttribute]
public class UnitTest
[TestClassAttribute]
public ref class UnitTest
[<TestClassAttribute>]
type UnitTest =  class end
public class UnitTest

The UnitTest type exposes the following members.

Constructors

NameDescriptionPublic methodUnitTestTop

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 methodToString(Inherited from Object.)Public methodUnitTop

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.Tests Namespace

UnitTest Methods

Include Protected Members
Include Inherited Members

The UnitTest 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 methodToString(Inherited from Object.)Public methodUnitTop

See Also

Reference

UnitTest Class

ReactiveTests.Tests Namespace