NotificationTest.OnError_CtorNull 方法

Namespace:ReactiveTests.Tests
装配: Tests.System.Reactive.dll) 中的 Tests.System.Reactive (

语法

'Declaration
<TestMethodAttribute> _
<ExpectedExceptionAttribute(GetType(ArgumentNullException))> _
Public Sub OnError_CtorNull
'Usage
Dim instance As NotificationTest

instance.OnError_CtorNull()
[TestMethodAttribute]
[ExpectedExceptionAttribute(typeof(ArgumentNullException))]
public void OnError_CtorNull()
[TestMethodAttribute]
[ExpectedExceptionAttribute(typeof(ArgumentNullException))]
public:
void OnError_CtorNull()
[<TestMethodAttribute>]
[<ExpectedExceptionAttribute(typeof(ArgumentNullException))>]
member OnError_CtorNull : unit -> unit 
public function OnError_CtorNull()

另请参阅

参考

NotificationTest 类

ReactiveTests.Tests 命名空间