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

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

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

Kotlin Testing Frameworks

排名更新于 2026年7月13日

For a testing framework for Kotlin projects, the strongest matches are kotest/kotest (Kotest is a comprehensive, idiomatic testing framework for Kotlin), junit-team/junit-framework (This is the foundational platform for running tests on) and spekframework/spek (Spek is a specification framework for Kotlin that provides). junit-team/junit5 is also worth a look. Each is ranked by relevance to your query, popularity and recent activity.

我们为您精选了匹配 “best kotlin testing frameworks” 的开源 GitHub 仓库。结果按与您查询的相关性进行排名 — 您可以使用下方筛选器缩小范围,或通过 AI 进行优化。

Kotlin Testing Frameworks

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

    kotest/kotest

    4,785在 GitHub 上查看↗

    Kotest is a comprehensive testing framework for Kotlin designed for writing and executing tests across various styles and platforms. It serves as a multiplatform test runner and a fluent assertion library, providing a toolset for both unit and integration testing in Kotlin applications. The framework supports multiple testing methodologies, including behavior-driven development with nested test hierarchies, property-based testing using automated data generation, and data-driven testing. It also includes snapshot testing to detect regressions by comparing current outputs against stored referen

    Kotest is a comprehensive, idiomatic testing framework for Kotlin that natively supports DSL-based testing, property-based testing, and multiplatform execution, making it a flagship solution for the ecosystem.

    KotlinFluent AssertionsKotlin Multiplatform Test RunnersProperty-Based Testing
    在 GitHub 上查看↗4,785
  • junit-team/junit-frameworkjunit-team 的头像

    junit-team/junit-framework

    7,032在 GitHub 上查看↗

    This project is a JVM testing framework that provides a foundation for defining and running automated tests using a pluggable engine architecture. It functions as a JVM test orchestrator and a modular test engine API, allowing multiple testing engines to be grouped and executed as a single coordinated unit. The framework includes a platform launcher for discovering and executing test suites from build systems, integrated development environments, or the command line. It enables the creation of custom testing frameworks through a standardized interface that integrates into a shared execution p

    This is the foundational platform for running tests on the JVM, providing the essential infrastructure that Kotlin testing frameworks use to integrate with build tools and IDEs.

    JavaMulti-Engine ExecutionSoftware TestingParallel Test Execution
    在 GitHub 上查看↗7,032
  • spekframework/spekspekframework 的头像

    spekframework/spek

    2,221在 GitHub 上查看↗

    A specification framework for Kotlin

    Spek is a specification framework for Kotlin that provides a DSL-based approach to behavior-driven development, making it a specialized tool for testing within the Kotlin ecosystem.

    KotlinKotlin Libraries
    在 GitHub 上查看↗2,221
  • junit-team/junit5J

    junit-team/junit5

    0在 GitHub 上查看↗

    JUnit 5 is the foundational testing framework for the JVM and Kotlin ecosystem, providing the core integration and execution engine required for unit and integration testing.

    Android Libraries
    在 GitHub 上查看↗0

Related searches

  • a testing framework for Java applications
  • a testing framework for Dart applications
  • a testing framework for Swift applications
  • a testing framework for Go applications
  • a testing framework for Rust projects
  • Kotlin 学习课程
  • a library for building Kotlin CLI applications
  • an object relational mapping library for Kotlin