EventLoopSchedulerTest.EventLoop_ScheduleWithTimeArgumentChecking 方法

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

语法

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

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

另请参阅

参考

EventLoopSchedulerTest 类

ReactiveTests.Tests 命名空间