android.test.UiThreadTest |
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.
[Expand]
Inherited Methods | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
java.lang.annotation.Annotation
|