ObservableTest.Create_ObserverThrows Method

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

Syntax

'Declaration
<TestMethodAttribute> _
Public Sub Create_ObserverThrows
'Usage
Dim instance As ObservableTest

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

See Also

Reference

ObservableTest Class

ReactiveTests.Tests Namespace