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

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

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

1 个仓库

Awesome GitHub RepositoriesSuspend Function Interceptions

Intercepts Kotlin suspend function calls at the bytecode level to allow stubbing and verification of coroutine-based methods.

Distinct from Coroutine Frameworks: Distinct from Coroutine Frameworks: focuses on intercepting suspend functions for mocking, not general coroutine concurrency management.

Explore 1 awesome GitHub repository matching web development · Suspend Function Interceptions. Refine with filters or upvote what's useful.

Awesome Suspend Function Interceptions GitHub Repositories

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

    mockk/mockk

    5,747在 GitHub 上查看↗

    MockK is a Kotlin test double framework that creates mocks, spies, and relaxed mocks for unit testing, with support for final classes, static methods, and coroutines. It functions as a bytecode instrumentation library that modifies compiled class files at load time to intercept constructors, final methods, and static functions without source changes, and also provides dedicated libraries for constructor mocking and coroutine mocking. The framework is designed specifically for Kotlin, handling Kotlin-specific constructs like extension functions, singletons, and suspend functions. MockK disting

    Intercepts Kotlin suspend function calls at the bytecode level to allow stubbing and verification of coroutine-based methods.

    Kotlinargument-matcherschain-callshacktoberfest
    在 GitHub 上查看↗5,747
  1. Home
  2. Web Development
  3. Server-Side Frameworks
  4. Kotlin Frameworks
  5. Coroutine Frameworks
  6. Suspend Function Interceptions