package

androidx.test.annotation

Annotation Types

BetaSignifies that a public API (public class, method or field) is subject to incompatible changes, or even removal, in a future release.
ExperimentalTestApiSignifies that an androidx.test public API (public class, method or field) is subject to incompatible changes, or even removal, in a future release.
UiThreadTestClasses and methods annotated with this annotation will be executed on the application's UI thread (or main thread).