NotificationTest Class

Inheritance Hierarchy

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

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

Syntax

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

The NotificationTest type exposes the following members.

Constructors

  Name Description
Public method NotificationTest

Top

Methods

  Name Description
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 OnCompleted_AcceptAction
Public method OnCompleted_AcceptActionWithResult
Public method OnCompleted_AcceptObserver
Public method OnCompleted_CtorAndProps
Public method OnCompleted_Equality
Public method OnCompleted_GetHashCode
Public method OnCompleted_ToString
Public method OnError_AcceptAction
Public method OnError_AcceptActionWithResult
Public method OnError_AcceptObserver
Public method OnError_CtorAndProps
Public method OnError_CtorNull
Public method OnError_Equality
Public method OnError_GetHashCode
Public method OnError_ToString
Public method OnNext_AcceptAction
Public method OnNext_AcceptActionWithResult
Public method OnNext_AcceptObserver
Public method OnNext_CtorAndProps
Public method OnNext_Equality
Public method OnNext_GetHashCode
Public method OnNext_ToString
Public method ToObservable_ArgumentChecking
Public method ToObservable_CurrentThread
Public method ToObservable_Empty
Public method ToObservable_Return
Public method ToObservable_Throw
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