- Scheduler - Class in org.robolectric.util
-
Class that manages a queue of Runnables that are scheduled to run now (or at some time in
the future).
- Scheduler() - Constructor for class org.robolectric.util.Scheduler
-
- Scheduler.IdleState - Enum in org.robolectric.util
-
- second - Variable in class org.robolectric.util.Pair
-
- set(T) - Method in class org.robolectric.util.SoftThreadLocal
-
- setField(Object, String, Object) - Static method in class org.robolectric.util.ReflectionHelpers
-
Reflectively set the value of a field.
- setField(Class<?>, Object, String, Object) - Static method in class org.robolectric.util.ReflectionHelpers
-
Reflectively set the value of a field.
- setIdleState(Scheduler.IdleState) - Method in class org.robolectric.util.Scheduler
-
Sets the current idling state of this Scheduler.
- setRunChecksForRobolectricVersion(AccessibilityChecks.ForRobolectricVersion) - Static method in class org.robolectric.util.AccessibilityUtil
-
Specify that a specific subset of accessibility checks be run.
- setRunChecksFromRootView(boolean) - Static method in class org.robolectric.util.AccessibilityUtil
-
Specify that accessibility checks should be run for all views in the hierarchy whenever a
single view's accessibility is asserted.
- setStaticField(Field, Object) - Static method in class org.robolectric.util.ReflectionHelpers
-
Reflectively set the value of a static field.
- setStaticField(Class<?>, String, Object) - Static method in class org.robolectric.util.ReflectionHelpers
-
Reflectively set the value of a static field.
- setSuppressingResultMatcher(Matcher<? super AccessibilityViewCheckResult>) - Static method in class org.robolectric.util.AccessibilityUtil
-
Suppress all results that match the given matcher.
- setThrowExceptionForErrors(boolean) - Static method in class org.robolectric.util.AccessibilityUtil
-
Control whether or not to throw exceptions when accessibility errors are found.
- SimpleFuture<T> - Class in org.robolectric.util
-
A Future represents the result of an asynchronous computation.
- SimpleFuture(Callable<T>) - Constructor for class org.robolectric.util.SimpleFuture
-
- size() - Method in class org.robolectric.util.Scheduler
-
Return the number of enqueued runnables.
- SoftThreadLocal<T> - Class in org.robolectric.util
-
Soft reference to a java.lang.ThreadLocal.
- SoftThreadLocal() - Constructor for class org.robolectric.util.SoftThreadLocal
-
- Strftime - Class in org.robolectric.util
-
An implementation of the Unix strftime with some glibc extensions.
- Strftime() - Constructor for class org.robolectric.util.Strftime
-
- StringParameter(String, V) - Constructor for class org.robolectric.util.ReflectionHelpers.StringParameter
-
- Strings - Class in org.robolectric.util
-
Utility methods for dealing with strings.
- Strings() - Constructor for class org.robolectric.util.Strings
-