Added in API level 1
Deprecated in API level 24

Smoke

@Target([AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER, AnnotationTarget.CLASS, AnnotationTarget.FILE]) class Smoke
android.test.suitebuilder.annotation.Smoke

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

Public constructors

Marks a test that should run as part of the smoke tests.

Public constructors

Smoke

Added in API level 1
Deprecated in API level 24
Smoke()

Deprecated: 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.