{"id":37024459,"url":"https://github.com/tazkiyatech/android-test-utils","last_synced_at":"2026-04-05T00:02:15.227Z","repository":{"id":57727471,"uuid":"378191630","full_name":"TazkiyaTech/android-test-utils","owner":"TazkiyaTech","description":"Classes and methods that will ease the writing of your Android instrumentation tests.","archived":false,"fork":false,"pushed_at":"2024-10-18T22:26:30.000Z","size":426,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-14T04:22:41.437Z","etag":null,"topics":["android","android-library","android-testing"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TazkiyaTech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-06-18T15:24:04.000Z","updated_at":"2024-11-07T07:16:35.000Z","dependencies_parsed_at":"2024-01-12T11:49:57.632Z","dependency_job_id":"d4ac00fd-2b6b-46c9-ad63-5431bff3b761","html_url":"https://github.com/TazkiyaTech/android-test-utils","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/TazkiyaTech/android-test-utils","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TazkiyaTech%2Fandroid-test-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TazkiyaTech%2Fandroid-test-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TazkiyaTech%2Fandroid-test-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TazkiyaTech%2Fandroid-test-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TazkiyaTech","download_url":"https://codeload.github.com/TazkiyaTech/android-test-utils/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TazkiyaTech%2Fandroid-test-utils/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31419549,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","android-library","android-testing"],"created_at":"2026-01-14T02:57:29.887Z","updated_at":"2026-04-05T00:02:15.200Z","avatar_url":"https://github.com/TazkiyaTech.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Android Test Utils\n\nThis library contains classes and methods that will ease the writing of your Android instrumentation tests.\n\n## Compose\n\n|                                          |                                                                                                                                                  |\n|------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------|\n| [SemanticsNodeInteractionExtensions][21] | Provides extension functions on the [SemanticsNodeInteraction][22] class to improve the fluency of view actions and view assertions in UI tests. |\n\n## Espresso\n\n|                                   |                                                                                                                                      |\n|-----------------------------------|--------------------------------------------------------------------------------------------------------------------------------------|\n| [MenuDropDownListViewMatchers][1] | Provides methods for matching on a `MenuPopupWindow.MenuDropDownListView` in a UI test.                                              |\n| [RecyclerViewMatchers][2]         | Provides methods for matching on a [RecyclerView][13] in a UI test.                                                                  |\n| [TabViewMatchers][3]              | Provides methods for matching on a [TabLayout.TabView][14] in a UI test.                                                             |\n| [TextViewMatchers][4]             | Provides methods for matching on a [TextView][15] in a UI test.                                                                      |\n| [ViewActions][5]                  | Provides a method for waiting on a [View][16] to match a certain condition in a UI test.                                             |\n| [ViewInteractionExtensions][6]    | Provides extension functions on the [ViewInteraction][17] class to improve the fluency of view actions and view matches in UI tests. |\n| [ViewMatchers][7]                 | Provides methods for matching on a [View][16] in a UI test.                                                                          |\n| [ViewPagerMatchers][8]            | Provides methods for matching on a [ViewPager][18] in a UI test.                                                                     |\n| [ViewPager2Actions][9]            | Provides methods for interacting with a [ViewPager2][19] in a UI test.                                                               |\n| [ViewPager2Matchers][10]          | Provides methods for matching on a [ViewPager2][19] in a UI test.                                                                    |\n\n## SQLite\n\n|                          |                                                                                                              |\n|--------------------------|--------------------------------------------------------------------------------------------------------------|\n| [QueryPlanExplainer][11] | Provides methods for explaining the strategy or plan that SQLite will use to implement a specific SQL query. |\n\n## UiAutomator\n\n|                          |                                                                                                                                            |\n|--------------------------|--------------------------------------------------------------------------------------------------------------------------------------------|\n| [UiDeviceExtensions][12] | Provides extension functions on the [UiDevice][20] class for waiting on the device's \"launcher\" (a.k.a. \"home\") and \"recent apps\" screens. |\n\n## Setup\n\nTo use the above utilities within your app simply add the following repository\nand dependency declaration in the `build.gradle` file of your Android project:\n\n```kotlin\nrepositories {\n    mavenCentral()\n}\ndependencies {\n    androidTestImplementation(\"com.tazkiyatech:android-test-utils:3.1.1\")\n}\n```\n\n[1]: library/src/main/java/com/tazkiyatech/utils/espresso/MenuDropDownListViewMatchers.kt\n\n[2]: library/src/main/java/com/tazkiyatech/utils/espresso/RecyclerViewMatchers.kt\n\n[3]: library/src/main/java/com/tazkiyatech/utils/espresso/TabViewMatchers.kt\n\n[4]: library/src/main/java/com/tazkiyatech/utils/espresso/TextViewMatchers.kt\n\n[5]: library/src/main/java/com/tazkiyatech/utils/espresso/ViewActions.kt\n\n[6]: library/src/main/java/com/tazkiyatech/utils/espresso/ViewInteractionExtensions.kt\n\n[7]: library/src/main/java/com/tazkiyatech/utils/espresso/ViewMatchers.kt\n\n[8]: library/src/main/java/com/tazkiyatech/utils/espresso/ViewPagerMatchers.kt\n\n[9]: library/src/main/java/com/tazkiyatech/utils/espresso/ViewPager2Actions.kt\n\n[10]: library/src/main/java/com/tazkiyatech/utils/espresso/ViewPager2Matchers.kt\n\n[11]: library/src/main/java/com/tazkiyatech/utils/sqlite/QueryPlanExplainer.kt\n\n[12]: library/src/main/java/com/tazkiyatech/utils/uiautomator/UiDeviceExtensions.kt\n\n[13]: https://developer.android.com/reference/androidx/recyclerview/widget/RecyclerView\n\n[14]: https://developer.android.com/reference/com/google/android/material/tabs/TabLayout.TabView\n\n[15]: https://developer.android.com/reference/android/widget/TextView\n\n[16]: https://developer.android.com/reference/android/view/View\n\n[17]: https://developer.android.com/reference/androidx/test/espresso/ViewInteraction\n\n[18]: https://developer.android.com/reference/androidx/viewpager/widget/ViewPager\n\n[19]: https://developer.android.com/reference/androidx/viewpager2/widget/ViewPager2\n\n[20]: https://developer.android.com/reference/androidx/test/uiautomator/UiDevice\n\n[21]: library/src/main/java/com/tazkiyatech/utils/compose/SemanticsNodeInteractionExtensions.kt\n\n[22]: https://developer.android.com/reference/kotlin/androidx/compose/ui/test/SemanticsNodeInteraction\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftazkiyatech%2Fandroid-test-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftazkiyatech%2Fandroid-test-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftazkiyatech%2Fandroid-test-utils/lists"}