Partager via


EventLoopSchedulerTest.EventLoop_ScheduleWithTimeArgumentChecking, méthode

Espace de noms :ReactiveTests.Tests
Assemblée: Tests.System.Reactive (en Tests.System.Reactive.dll)

Syntaxe

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

Voir aussi

Référence

Classe EventLoopSchedulerTest

Espace de noms ReactiveTests.Tests