{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
These are all the API classes. See all API packages.
ActivityTestRule |
This class is deprecated. use androidx.test.core.app.ActivityScenario or instead. |
AtraceLogger |
This class is deprecated. unsupported. |
DisableOnAndroidDebug |
The |
GrantPermissionRule |
The |
ProviderTestRule |
This class is deprecated. relies on deprecated android.test.mock. |
ProviderTestRule.Builder |
This class is deprecated. Consider using a real provider, or implementing a fake ContentProvider specific to your use case. |
ServiceTestRule |
A JUnit rule that provides a simplified mechanism to start and shutdown your service before and after the duration of your test. |
UiThreadTest |
Classes and methods annotated with this annotation will be executed on the application's UI thread (or main thread). |
UiThreadTestRule |
This class is deprecated. use |