Android APIs
public abstract @interface

UiThreadTest

implements Annotation
android.test.UiThreadTest

Class Overview

This annotation can be used on an InstrumentationTestCase's test methods. When the annotation is present, the test method is executed on the application's main thread (or UI thread.) Note that instrumentation methods may not be used when this annotation is present.

Summary

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