Most visited

Recently visited

Added in API level 1
Deprecated since API level 24

UiThreadTest

public abstract @interface UiThreadTest
implements Annotation

android.test.UiThreadTest


此@interface在API级别24中已被弃用。
改为使用UiThreadTest 新的测试应该使用Android Testing Support Library编写

这个注释可以用于InstrumentationTestCase的测试方法。 当注释存在时,测试方法在应用程序的主线程(或UI线程)上执行。请注意,当存在此注释时,可能不会使用检测方法。

Summary

Inherited methods

From interface java.lang.annotation.Annotation

Hooray!