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,121GitHub पर देखें↗

    Kiwi is a behavior-driven development framework and specification library for iOS. It functions as a wrapper for XCTest, allowing developers to define and execute software requirements as automated tests to verify application logic. The framework utilizes a domain-specific language to organize test cases into a nested hierarchy of descriptions. It includes a mocking system that employs runtime message interception and dynamic proxies to record invocations and return stubbed values. The system provides a fluent assertion interface to evaluate object states and uses a block-based engine to exe

    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