Stay organized with collections
Save and categorize content based on your preferences.
android.test.suitebuilder.annotation
Utility classes supporting the test runner classes.
Annotations
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\nAdded in [API level 1](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\nandroid.test.suitebuilder.annotation\n====================================\n\n*** ** * ** ***\n\n[Kotlin](/reference/kotlin/android/test/suitebuilder/annotation/package-summary \"View this page in Kotlin\") \\|Java\nUtility classes supporting the test runner classes.\n\nAnnotations\n-----------\n\n|--------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [LargeTest](/reference/android/test/suitebuilder/annotation/LargeTest) | *This @interface was deprecated in API level 24. Use [LargeTest](/reference/android/support/test/filters/LargeTest) instead. New tests should be written using the [Android Testing Support Library](/tools/testing-support-library).* |\n| [MediumTest](/reference/android/test/suitebuilder/annotation/MediumTest) | *This @interface was deprecated in API level 24. Use [MediumTest](/reference/android/support/test/filters/MediumTest) instead. New tests should be written using the [Android Testing Support Library](/tools/testing-support-library).* |\n| [SmallTest](/reference/android/test/suitebuilder/annotation/SmallTest) | *This @interface was deprecated in API level 24. Use [SmallTest](/reference/android/support/test/filters/SmallTest) instead. New tests should be written using the [Android Testing Support Library](/tools/testing-support-library).* |\n| [Smoke](/reference/android/test/suitebuilder/annotation/Smoke) | *This @interface was deprecated in API level 24. New tests should be written using the [Android Testing Support Library](/tools/testing-support-library).* |\n| [Suppress](/reference/android/test/suitebuilder/annotation/Suppress) | *This @interface was deprecated in API level 24. Use [Suppress](/reference/android/support/test/filters/Suppress) instead. New tests should be written using the [Android Testing Support Library](/tools/testing-support-library).* |\n\n-\n\n Annotations\n -----------\n\n - [LargeTest](/reference/android/test/suitebuilder/annotation/LargeTest)\n - [MediumTest](/reference/android/test/suitebuilder/annotation/MediumTest)\n - [SmallTest](/reference/android/test/suitebuilder/annotation/SmallTest)\n - [Smoke](/reference/android/test/suitebuilder/annotation/Smoke)\n - [Suppress](/reference/android/test/suitebuilder/annotation/Suppress)"]]