我看到here我们可以使用
(new TestScheduler()).With(sched =>{
// Code run in this block will have both RxApp.MainThreadScheduler
// and RxApp.TaskpoolScheduler assigned to the new TestScheduler.
});
但是With
方法定义在哪里。我找不到任何东西。请帮忙。
Microsoft.Reactive.Testing.TestScheduler
不包含With
的定义,并且没有可以找到接受类型With
的第一个参数的扩展方法Microsoft.Reactive.Testing.TestScheduler