public abstract @interface

UiThreadTest

implements Annotation
androidx.test.annotation.UiThreadTest

Class Overview

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

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation