- accept(T) - Method in interface org.robolectric.util.Consumer
-
Performs this operation on the given argument.
- advanceBy(long) - Method in class org.robolectric.util.Scheduler
-
- advanceBy(long, TimeUnit) - Method in class org.robolectric.util.Scheduler
-
Run all runnables that are scheduled to run in the next time interval.
- advanceTo(long) - Method in class org.robolectric.util.Scheduler
-
Run all runnables that are scheduled before the endTime.
- advanceToLastPostedRunnable() - Method in class org.robolectric.util.Scheduler
-
Run all runnables in the queue.
- advanceToNextPostedRunnable() - Method in class org.robolectric.util.Scheduler
-
Run the next runnable in the queue.
- AndroidMetadata - Class in org.robolectric
-
Data related to Android tests.
- AndroidMetadata(Map<String, String>) - Constructor for class org.robolectric.AndroidMetadata
-
- andThen(Consumer<? super T>) - Method in interface org.robolectric.util.Consumer
-
Returns a composed Consumer that performs, in sequence, this operation followed by the after operation.
- areAnyRunnable() - Method in class org.robolectric.util.Scheduler
-
Determine if any enqueued runnables are enqueued before the current time.