다음을 통해 공유


AsyncLockTest.Wait_ArgumentChecking 메서드

네임스페이스:ReactiveTests.Tests
어셈블리: Tests.System.Reactive(Tests.System.Reactive.dll)

구문

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

참고 항목

참조

AsyncLockTest 클래스

ReactiveTests.Tests 네임스페이스