androidx.test.filters
Annotations
CustomFilter |
Custom test filters for Android tests. |
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 |
This annotation is deprecated. This annotation should provide limited benefit. |
SdkSuppress |
Indicates that a specific test or class should or should not be run on certain API levels. |
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. |
Classes
AbstractFilter |
Helper parent class for |