Share via


EventLoopSchedulerTest.EventLoop_ScheduleArgumentChecking Method

Namespace:  ReactiveTests.Tests
Assembly:  Tests.System.Reactive (in Tests.System.Reactive.dll)

Syntax

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

See Also

Reference

EventLoopSchedulerTest Class

ReactiveTests.Tests Namespace