| Class | Description |
|---|---|
| DisplayConfig |
Describes the characteristics of a particular logical display.
|
| LocalActivityInvoker |
An
ActivityInvoker that drives Activity lifecycles manually. |
| LocalControlledLooper | |
| LocalPermissionGranter |
A
PermissionGranter that runs on a local JVM with Robolectric. |
| LocalUiController |
A
UiController that runs on a local JVM with Robolectric. |
| NoOpThreadChecker |
In Robolectric environment, everything is executed on the main thread except for when you manually create and run your code on worker thread.
|
| ParallelUniverse |