Метод NotificationTest.OnError_CtorNull
Пространство имен: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()