-
Classes Class 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.android.util.concurrent.RoboExecutorService only works when used in conjunction with the deprecatedLooperMode.LEGACYmode. Consider using guava'sMoreExecutors#directExecutor()orPausedExecutorServiceorInlineExecutorService.org.robolectric.fakes.BaseCursor UseMatrixCursorinstead.org.robolectric.fakes.RoboCursor UseMatrixCursorinstead.org.robolectric.shadows.GnssStatusBuilder UseGnssStatus.Builderinstead where possible.org.robolectric.shadows.ShadowCrossProfileApps.StartedMainActivity org.robolectric.shadows.ShadowTelecomManager.CallRecord
-
Fields Field Description org.robolectric.RuntimeEnvironment.application Please migrate toandroidx.test.core.app.ApplicationProvider#getApplicationContextorg.robolectric.RuntimeEnvironment.systemContext UseRuntimeEnvironment.getApplication()orandroidx.test.core.app.ApplicationProvider#getApplicationContextinstead. Note that unlike the alternatives, this field is inherently incompatible withLazyApplication. This field may be removed in a later releaseorg.robolectric.shadows.ShadowTelecomManager.CallRecord.bundle UseShadowTelecomManager.CallRecord.extrasinstead.
-
Constructors Constructor Description org.robolectric.android.XmlResourceParserImpl(Document, String, String, String, ResourceTable)