共用方式為


EventLoopSchedulerTest.EventLoop_ScheduleArgumentChecking 方法

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

語法

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

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

另請參閱

參考

EventLoopSchedulerTest 類別

ReactiveTests.Tests 命名空間