android.support.test.filters
This package is part of the
Android support library which
is no longer maintained.
The support library has been superseded by AndroidX
which is part of Jetpack .
We recommend using the AndroidX libraries in all new projects. You should also consider
migrating existing projects to AndroidX.
To find the AndroidX class that maps to this deprecated class, see the AndroidX
support library class
mappings .
Annotations
FlakyTest
Designates a test as being flaky (non-deterministic).
LargeTest
Annotation to assign a large test size qualifier to a test.
MediumTest
Annotation to assign a medium test size qualifier to a test.
RequiresDevice
Indicates that a specific test should not be run on emulator.
SdkSuppress
Indicates that a specific test or class requires a minimum or maximum API Level to execute.
SmallTest
Annotation to assign a small test size qualifier to a test.
Suppress
Use this annotation on test classes or test methods that should not be included in a test suite.
Content and code samples on this page are subject to the licenses described in the Content License . Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-04-11 UTC.
[null,null,["Last updated 2024-04-11 UTC."],[],[]]