Interface | Description |
---|---|
Robolectric.AttributeSetBuilder | Deprecated
Use
AttributeSetBuilder instead. |
TestLifecycle<T> | |
TestLifecycleApplication | |
UsesSdk |
Represents the contents of a
uses-sdk element in an Android manifest file. |
Class | Description |
---|---|
AndroidMetadata |
Data related to Android tests.
|
ApkLoader |
Mediates loading of “APKs” in legacy mode.
|
ConfigMerger | |
DefaultTestLifecycle | |
JarInstrumentor |
Instruments an entire jar.
|
ParameterizedRobolectricTestRunner |
A Parameterized test runner for Robolectric.
|
Robolectric | |
RobolectricTestRunner |
Loads and runs a test in a
SandboxClassLoader in order to provide a simulation of the Android runtime environment. |
RobolectricTestRunner.HelperTestRunner | |
RoboSettings |
Class that encapsulates reading global configuration options from the Java system properties file.
|
RuntimeEnvironment | |
SdkPicker | |
Shadows |
Shadow mapper.
|
Annotation Type | Description |
---|---|
ParameterizedRobolectricTestRunner.Parameter |
Annotation for fields of the test class which will be initialized by the method annotated by
Parameters By using directly this annotation, the test class constructor isn’t needed. Index range must start at 0. |
ParameterizedRobolectricTestRunner.Parameters |
Annotation for a method which provides parameters to be injected into the test class constructor by
Parameterized |
Package containing main Robolectric classes.