ObserverTest Class

Inheritance Hierarchy

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

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

Syntax

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

The ObserverTest type exposes the following members.

Constructors

  Name Description
Public method ObserverTest

Top

Methods

  Name Description
Public method AsObserver_ArgumentChecking
Public method AsObserver_Forwards
Public method AsObserver_Hides
Public method Create_ArgumentChecking
Public method Create_OnNext
Public method Create_OnNext_HasError
Public method Create_OnNextOnCompleted
Public method Create_OnNextOnCompleted_HasError
Public method Create_OnNextOnError
Public method Create_OnNextOnError_HitCompleted
Public method Create_OnNextOnErrorOnCompleted1
Public method Create_OnNextOnErrorOnCompleted2
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 ToNotifier_ArgumentChecking
Public method ToNotifier_Forwards
Public method ToObserver_ArgumentChecking
Public method ToObserver_NotificationOnCompleted
Public method ToObserver_NotificationOnError
Public method ToObserver_NotificationOnNext
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