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