Stay organized with collections
Save and categorize content based on your preferences.
android.test.suitebuilder.annotation
Annotations
LargeTest |
Marks a test that should run as part of the large tests.
|
MediumTest |
Marks a test that should run as part of the medium tests.
|
SmallTest |
Marks a test that should run as part of the small tests.
|
Smoke |
Marks a test that should run as part of the smoke tests.
|
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 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# android.test.suitebuilder.annotation\n====================================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/test/suitebuilder/annotation/package-summary \"View this page in Java\")\n\nAnnotations\n-----------\n\n|---------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------|\n| [LargeTest](/reference/kotlin/android/test/suitebuilder/annotation/LargeTest) | Marks a test that should run as part of the large tests. |\n| [MediumTest](/reference/kotlin/android/test/suitebuilder/annotation/MediumTest) | Marks a test that should run as part of the medium tests. |\n| [SmallTest](/reference/kotlin/android/test/suitebuilder/annotation/SmallTest) | Marks a test that should run as part of the small tests. |\n| [Smoke](/reference/kotlin/android/test/suitebuilder/annotation/Smoke) | Marks a test that should run as part of the smoke tests. |\n| [Suppress](/reference/kotlin/android/test/suitebuilder/annotation/Suppress) | Use this annotation on test classes or test methods that should not be included in a test suite. |"]]