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 | |
---|---|---|
![]() |
ObserverTest |
Top
Methods
Name | Description | |
---|---|---|
![]() |
AsObserver_ArgumentChecking | |
![]() |
AsObserver_Forwards | |
![]() |
AsObserver_Hides | |
![]() |
Create_ArgumentChecking | |
![]() |
Create_OnNext | |
![]() |
Create_OnNext_HasError | |
![]() |
Create_OnNextOnCompleted | |
![]() |
Create_OnNextOnCompleted_HasError | |
![]() |
Create_OnNextOnError | |
![]() |
Create_OnNextOnError_HitCompleted | |
![]() |
Create_OnNextOnErrorOnCompleted1 | |
![]() |
Create_OnNextOnErrorOnCompleted2 | |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToNotifier_ArgumentChecking | |
![]() |
ToNotifier_Forwards | |
![]() |
ToObserver_ArgumentChecking | |
![]() |
ToObserver_NotificationOnCompleted | |
![]() |
ToObserver_NotificationOnError | |
![]() |
ToObserver_NotificationOnNext | |
![]() |
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.