public abstract @interface LargeTest
implements Annotation
android.test.suitebuilder.annotation.LargeTest |
此@interface在API级别24中已被弃用。
改为使用LargeTest 。 应使用Android Testing Support Library编写新测试。
标记应作为大型测试的一部分运行的测试。
Inherited methods |
|
---|---|
From interface java.lang.annotation.Annotation
|