Added in API level 1
Deprecated in 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.

Summary

Inherited methods