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

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

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

1 个仓库

Awesome GitHub RepositoriesRuntime Message Interception

Techniques for hooking into a language runtime to override object behavior without modifying source code.

Distinct from Message Interception: Distinct from networking message interception; specifically targets the Objective-C messaging system for behavioral overrides

Explore 1 awesome GitHub repository matching software engineering & architecture · Runtime Message Interception. Refine with filters or upvote what's useful.

Awesome Runtime Message Interception GitHub Repositories

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

    kiwi-bdd/Kiwi

    4,121在 GitHub 上查看↗

    Kiwi 是一个用于 iOS 的行为驱动开发 (BDD) 框架和规范库。它作为 XCTest 的包装器,允许开发人员将软件需求定义并执行为自动化测试,以验证应用程序逻辑。 该框架利用领域特定语言 (DSL) 将测试用例组织成嵌套的描述层级。它包括一个模拟系统,该系统采用运行时消息拦截和动态代理来记录调用并返回存根值。 该系统提供了一个流畅的断言接口来评估对象状态,并使用基于块的引擎来执行规范。这些功能使得创建可读的规范成为可能,从而验证 iOS 应用程序行为是否符合项目需求。

    Hooks into the Objective-C messaging system to override object behavior for mocking and stubbing.

    Objective-C
    在 GitHub 上查看↗4,121
  1. Home
  2. Software Engineering & Architecture
  3. Runtime Message Interception