次の方法で共有


NotificationTest.OnError_CtorNull メソッド

Namespace:ReactiveTests.Tests
アセンブリ: Tests.System.Reactive (Tests.System.Reactive.dll)

構文

'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 名前空間