JavaScript is disabled on your browser.
Skip navigation links
Robolectric 4.15.1 |
Overview
Package
Class
Tree
Deprecated
Index
Help
SEARCH:
Deprecated API
Contents
Classes
Methods
Deprecated Classes
Class
Description
org.robolectric.util.Scheduler
Scheduler APIs only function when using LooperMode.LEGACY. Switch to LooperMode.PAUSED and use
ShadowLooper
APIs instead.
Deprecated Methods
Method
Description
org.robolectric.util.Scheduler.advanceBy
(long)
Use
Scheduler.advanceBy(long, TimeUnit)
.
ShadowLooperAPIs instead.