Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Spazio dei nomi:ReattivaTests.Test
Assemblea: Test.System.Reattivo (in Tests.System.Reactive.dll)
Sintassi
'Declaration
<ExpectedExceptionAttribute(GetType(ArgumentNullException))> _
<TestMethodAttribute> _
Public Sub Wait_ArgumentChecking
'Usage
Dim instance As AsyncLockTest
instance.Wait_ArgumentChecking()
[ExpectedExceptionAttribute(typeof(ArgumentNullException))]
[TestMethodAttribute]
public void Wait_ArgumentChecking()
[ExpectedExceptionAttribute(typeof(ArgumentNullException))]
[TestMethodAttribute]
public:
void Wait_ArgumentChecking()
[<ExpectedExceptionAttribute(typeof(ArgumentNullException))>]
[<TestMethodAttribute>]
member Wait_ArgumentChecking : unit -> unit
public function Wait_ArgumentChecking()