Most visited

Recently visited

Added in API level 1
Deprecated since API level 24

Smoke

public abstract @interface Smoke
implements Annotation

android.test.suitebuilder.annotation.Smoke


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

标记应作为烟雾测试的一部分运行的测试。 android.test.suitebuilder.SmokeTestSuiteBuilder将使用此批注运行所有测试。

也可以看看:

  • SmokeTestSuiteBuilder

Summary

Inherited methods

From interface java.lang.annotation.Annotation

Hooray!