BehaviorSubjectTest Class

Inheritance Hierarchy

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

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

Syntax

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

The BehaviorSubjectTest type exposes the following members.

Constructors

  Name Description
Public method BehaviorSubjectTest

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