package

androidx.test.filters

Annotation Types

FlakyTestDesignates a test as being flaky (non-deterministic).
LargeTestAnnotation to assign a large test size qualifier to a test.
MediumTestAnnotation to assign a medium test size qualifier to a test.
RequiresDeviceIndicates that a specific test should not be run on emulator.
SdkSuppressIndicates that a specific test or class requires a minimum or maximum API Level to execute.
SmallTestAnnotation to assign a small test size qualifier to a test.
SuppressUse this annotation on test classes or test methods that should not be included in a test suite.