Summary:
Inherited Methods
UiThreadTest
Kotlin
|Java
public
abstract
@interface
UiThreadTest
implements
Annotation
androidx.test.annotation.UiThreadTest |
Classes and methods annotated with this annotation will be executed on the application's UI thread (or main thread).
This annotation will only take effect for Test
, Before
or
After
methods.
Use Instrumentation.runOnMainSync(Runnable)
if you need to switch in and
out of the UI thread within your method.
Summary
Inherited methods | |
---|---|