MediumTest
@Target([AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER, AnnotationTarget.CLASS, AnnotationTarget.FILE]) classMediumTest
android.test.suitebuilder.annotation.MediumTest |
Marks a test that should run as part of the medium tests.
Summary
Public constructors | |
---|---|
Marks a test that should run as part of the medium tests. |
Public constructors
MediumTest
MediumTest()
Deprecated: Use MediumTest instead. New tests should be written using the Android Testing Support Library.
Marks a test that should run as part of the medium tests.