ObserverTest.Create_OnNextOnCompleted Method

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

Syntax

'Declaration
<TestMethodAttribute> _
Public Sub Create_OnNextOnCompleted
'Usage
Dim instance As ObserverTest

instance.Create_OnNextOnCompleted()
[TestMethodAttribute]
public void Create_OnNextOnCompleted()
[TestMethodAttribute]
public:
void Create_OnNextOnCompleted()
[<TestMethodAttribute>]
member Create_OnNextOnCompleted : unit -> unit 
public function Create_OnNextOnCompleted()

See Also

Reference

ObserverTest Class

ReactiveTests.Tests Namespace