public abstract @interface Smoke
implements Annotation
android.test.suitebuilder.annotation.Smoke |
此@interface在API级别24中已被弃用。
应使用Android Testing Support Library编写新测试。
标记应作为烟雾测试的一部分运行的测试。 android.test.suitebuilder.SmokeTestSuiteBuilder
将使用此批注运行所有测试。
也可以看看:
Inherited methods |
|
---|---|
From interface java.lang.annotation.Annotation
|