android.support.test.annotation.UiThreadTest |
This annotation should be used along with UiThreadTestRule
or with any rule that inherits from it. When the annotation is present, the test method is
executed on the application's UI thread (or main thread).
Before
and
After
will
also be executed on the UI Thread. Consider using
runOnUiThread(Runnable)
if this is an
issue.
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
java.lang.annotation.Annotation
|