Added in API level 2
Deprecated in API level 24

LargeTest

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

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

Summary

Public constructors

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

Public constructors

LargeTest

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

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

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