{% setvar book_path %}/reference/kotlin/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 |
Class contains helper methods to dump atrace info asynchronously while running the test case. |
DisableOnAndroidDebug |
The |
GrantPermissionRule |
The |
ProviderTestRule |
A TestRule to test ContentProviders, with additional APIs to enable easy initialization such as restoring database from a file, running database commands passed in as a String or a file. |
ProviderTestRule.Builder |
A Builder to ease |
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 |