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