Partager via


AsyncLockTest.Wait_ArgumentChecking, méthode

Espace de noms :ReactiveTests.Tests
Assemblée: Tests.System.Reactive (en Tests.System.Reactive.dll)

Syntaxe

'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()

Voir aussi

Référence

AsyncLockTest, classe

Espace de noms ReactiveTests.Tests