NotificationTest.OnError_CtorNull, méthode
Espace de noms :ReactiveTests.Tests
Assemblée: Tests.System.Reactive (en Tests.System.Reactive.dll)
Syntaxe
'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()