ObservableTest.Empty_ObserverThrows Method

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

Syntax

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

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

See Also

Reference

ObservableTest Class

ReactiveTests.Tests Namespace