Added in API level 2
Deprecated in API level 24

SmallTest

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

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

Summary

Public constructors

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

Public constructors

SmallTest

Added in API level 2
Deprecated in API level 24
SmallTest()

Deprecated: Use SmallTest instead. New tests should be written using the Android Testing Support Library.

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