-
Classes Class Description org.robolectric.util.SimpleFuture This class can introduce deadlocks, since its lock is held while invoking run().
-
Methods Method Description org.robolectric.util.Scheduler.advanceBy(long) org.robolectric.util.Scheduler.idleConstantly(boolean) This method is ambiguous in how it should behave when turning off constant idle. UseScheduler.setIdleState(IdleState)instead to explicitly set the state.