public abstract @interface

UiThreadTest

implements Annotation
androidx.test.annotation.UiThreadTest

Class Overview

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.

See also:

Summary

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