Condividi tramite


EventLoopSchedulerTest.EventLoop_ScheduleWithTimeArgumentChecking, metodo

Spazio dei nomi:ReattivaTests.Test
Assemblea: Test.System.Reattivo (in Tests.System.Reactive.dll)

Sintassi

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

Vedere anche

Riferimento

Classe EventLoopSchedulerTest

Spazio dei nomi ReactiveTests.Test