Interface | Description |
---|---|
Consumer<T> |
Represents an operation that accepts a single input argument and returns no result.
|
Function<R,T> |
Interface defining a function object.
|
NamedStream |
Marker interface for
InputStream that need special handling. |
PerfStatsCollector.ThrowingRunnable<F extends Exception> |
Runnable that throws an exception.
|
PerfStatsCollector.ThrowingSupplier<T,F extends Exception> |
Supplier that throws an exception.
|
Class | Description |
---|---|
FragmentTestUtil | Deprecated
Please use
Robolectric.buildFragment(Class) instead. |
JavaVersion | |
Join |
Utility class used to join strings together with a delimiter.
|
Logger |
Logger for Robolectric.
|
Pair<F,S> |
Container to ease passing around a tuple of two objects.
|
PerfStatsCollector |
Collects performance statistics for later reporting via
PerfStatsReporter . |
ReflectionHelpers |
Collection of helper methods for calling methods and accessing fields reflectively.
|
ReflectionHelpers.ClassParameter<V> |
Typed parameter used with reflective method calls.
|
ReflectionHelpers.StringParameter<V> |
String parameter used with reflective method calls.
|
Scheduler |
Class that manages a queue of Runnables that are scheduled to run now (or at some time in the future).
|
SimpleFuture<T> | Deprecated |
SimplePerfStatsReporter |
Simple implementation of PerfStatsReporter that writes stats to
stdout . |
SoftThreadLocal<T> |
Soft reference to a
java.lang.ThreadLocal . |
Strftime |
An implementation of the Unix strftime with some glibc extensions.
|
TempDirectory | |
TestRunnable | |
TimeUtils |
Utility methods for dealing with time.
|
Util |
Generic collection of utility methods.
|
Enum | Description |
---|---|
Scheduler.IdleState |
Describes the current state of a
Scheduler . |
Package containing general utility classes.