SmallTest
@Target([AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER, AnnotationTarget.CLASS, AnnotationTarget.FILE]) classSmallTest
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
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.