awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com

1 repo

Awesome GitHub RepositoriesTest Rule Wrappers

Reusable test rules that automatically manage activity lifecycle setup and teardown for each test method.

Distinct from Android Activity Lifecycle Management: Distinct from Android Activity Lifecycle Management: focuses on automated lifecycle control within test rules, not general lifecycle tracking or visualization.

Explore 1 awesome GitHub repository matching mobile development · Test Rule Wrappers. Refine with filters or upvote what's useful.

Awesome Test Rule Wrappers GitHub Repositories

Find the best repos with AI.We'll search the best matching repositories with AI.
  • android/testing-samplesandroid avatar

    android/testing-samples

    9,297View on GitHub↗

    This is a collection of sample projects that demonstrate how to write automated tests for Android applications. The samples cover a range of testing techniques, including simulating user interactions with the Espresso framework, verifying navigation and inter-component communication through intent interception, and managing activity, intent, and service lifecycles using reusable test rules. The repository provides concrete implementations for testing across multiple application windows, capturing screenshots during test execution for visual verification, and synchronizing test assertions with

    Provides reusable test rules that automatically launch and tear down activities for each test method.

    Java
    View on GitHub↗9,297
  1. Home
  2. Mobile Development
  3. Android Activity Lifecycle Management
  4. Test Rule Wrappers