EventLoopSchedulerTest.EventLoop_ArgumentChecking 方法

Namespace:ReactiveTests.Tests
装配: Tests.System.Reactive.dll) 中的 Tests.System.Reactive (

语法

'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 命名空间