Share via


AsyncLockTest.Wait_ArgumentChecking Method

Namespace:  ReactiveTests.Tests
Assembly:  Tests.System.Reactive (in Tests.System.Reactive.dll)

Syntax

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

See Also

Reference

AsyncLockTest Class

ReactiveTests.Tests Namespace