AsyncSubjectTest Class

Inheritance Hierarchy

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

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

Syntax

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

The AsyncSubjectTest type exposes the following members.

Constructors

  Name Description
Public method AsyncSubjectTest

Top

Methods

  Name Description
Public method Canceled
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 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