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


This @interface was deprecated in API level 24.
New tests should be written using the Android Testing Support Library.

Marks a test that should run as part of the smoke tests. The android.test.suitebuilder.SmokeTestSuiteBuilder will run all tests with this annotation.

See also:

  • SmokeTestSuiteBuilder

Summary

Inherited methods

From interface java.lang.annotation.Annotation

Hooray!