awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesInteractor

Testing interactor behavior using generated helpers and mocks to verify listener calls without running slow device tests.

Distinct from Unit Testing: Distinct from Unit Testing: focuses specifically on testing RIB interactors with generated mocks and helpers, not general unit testing.

Explore 1 awesome GitHub repository matching testing & quality assurance · Interactor. Refine with filters or upvote what's useful.

Awesome Interactor GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • uber/ribsuber 的头像

    uber/RIBs

    7,923在 GitHub 上查看↗

    RIBs is a mobile architecture framework that structures applications around isolated, lifecycle-managed units of business logic called RIBs. Each RIB separates routing, business logic, and construction into distinct classes through the Router-Interactor-Builder pattern, with hierarchical dependency injection scoping dependencies per node and static analysis enforcing architectural rules at build time. The framework enforces automatic disposal of Rx subscriptions scoped to interactor lifecycles, blocking compilation when subscriptions lack proper disposal to prevent memory leaks. It supports v

    Tests interactor behavior using generated helpers and mocks to verify listener calls without device dependencies.

    Kotlinandroidarchitectural-patternsarchitecture
    在 GitHub 上查看↗7,923
  1. Home
  2. Testing & Quality Assurance
  3. Software Testing
  4. Testing Frameworks
  5. Unit
  6. Unit Testing
  7. Interactor