SubjectTest Class

Inheritance Hierarchy

System.Object
  Microsoft.Reactive.Testing.ReactiveTest
    ReactiveTests.Tests.SubjectTest

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

Syntax

'Declaration
<TestClassAttribute> _
Public Class SubjectTest _
    Inherits ReactiveTest
'Usage
Dim instance As SubjectTest
[TestClassAttribute]
public class SubjectTest : ReactiveTest
[TestClassAttribute]
public ref class SubjectTest : public ReactiveTest
[<TestClassAttribute>]
type SubjectTest =  
    class
        inherit ReactiveTest
    end
public class SubjectTest extends ReactiveTest

The SubjectTest type exposes the following members.

Constructors

  Name Description
Public method SubjectTest

Top

Methods

  Name Description
Public method Canceled
Public method Dispose
Public method Equals (Inherited from Object.)
Public method Error
Protected method Finalize (Inherited from Object.)
Public method Finite
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Infinite
Protected method MemberwiseClone (Inherited from Object.)
Public method OnError_ArgumentChecking
Public method PreComplete
Public method SubjectDisposed
Public method Subscribe_ArgumentChecking
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.Tests Namespace