1 مستودع
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.
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.