| Method and Description |
|---|
| org.robolectric.util.Scheduler.advanceBy(long) |
| org.robolectric.util.TempDirectory.createDeleteOnExit()
Use
TempDirectory.create() instead. |
| org.robolectric.util.Scheduler.idleConstantly(boolean)
This method is ambiguous in how it should behave when turning off constant idle.
Use
Scheduler.setIdleState(IdleState) instead to explicitly set the state. |