다음을 통해 공유


EventLoopSchedulerTest.EventLoop_ArgumentChecking 메서드

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

구문

'Declaration
<ExpectedExceptionAttribute(GetType(ArgumentNullException))> _
<TestMethodAttribute> _
Public Sub EventLoop_ArgumentChecking
'Usage
Dim instance As EventLoopSchedulerTest

instance.EventLoop_ArgumentChecking()
[ExpectedExceptionAttribute(typeof(ArgumentNullException))]
[TestMethodAttribute]
public void EventLoop_ArgumentChecking()
[ExpectedExceptionAttribute(typeof(ArgumentNullException))]
[TestMethodAttribute]
public:
void EventLoop_ArgumentChecking()
[<ExpectedExceptionAttribute(typeof(ArgumentNullException))>]
[<TestMethodAttribute>]
member EventLoop_ArgumentChecking : unit -> unit 
public function EventLoop_ArgumentChecking()

참고 항목

참조

EventLoopSchedulerTest 클래스

ReactiveTests.Tests 네임스페이스