-
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 use {#getApplication} instead. Accessing this field directly is inherently incompatible withLazyApplicationand Robolectric makes no guarantees if a test *modifies* this field during execution.org.robolectric.RuntimeEnvironment.systemContext UseRuntimeEnvironment.getApplication()instead. Note that unlike the alternative, 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)