| Class and Description |
|---|
| org.robolectric.android.controller.FragmentController
Native Fragments have been deprecated in Android P. Android encourages developers to use androidx fragments, to test these use FragmentScenario.
|
| org.robolectric.shadows.ShadowBaseLooper
use ShadowLooper
|
| Field and Description |
|---|
| org.robolectric.RuntimeEnvironment.application
Please migrate to
androidx.test.core.app.ApplicationProvider#getApplicationContext |
| Constructor and Description |
|---|
| org.robolectric.android.XmlResourceParserImpl(Document, String, String, String, ResourceTable) |