{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
AbstractFilter |
Helper parent class for Filter that allows suites to run if any child matches. |
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 |
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. |