You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to have the ability to have an instantiated TestScheduler which already has a time. Internally it'd just delegate to advanceTimeTo and the constructor would also take the same parameters as that method.
What are your thoughts?
The text was updated successfully, but these errors were encountered:
Yeah with Kotlin it's even easier. I still feel like a constructor that takes the time would be beneficial. I'm not feeling too strong about it so I'll see what the opinions of other folks are.
I guess this isn't that of a maintenance intensive change so PR welcome. You could set the current time directly without wasting time by calling advanceTimeBy.
I'd like to have the ability to have an instantiated TestScheduler which already has a time. Internally it'd just delegate to
advanceTimeTo
and the constructor would also take the same parameters as that method.What are your thoughts?
The text was updated successfully, but these errors were encountered: