awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Kotlin Testing Frameworks

تم تحديث الترتيب في 13 يوليو 2026

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.

نحن نختار بعناية مستودعات GitHub مفتوحة المصدر التي تطابق “best kotlin testing frameworks”. النتائج مرتبة حسب صلتها ببحثك — استخدم الفلاتر أدناه للتضييق، أو قم بتحسين البحث باستخدام الذكاء الاصطناعي.

Kotlin Testing Frameworks

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • kotest/kotestالصورة الرمزية لـ kotest

    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-frameworkالصورة الرمزية لـ junit-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/spekالصورة الرمزية لـ spekframework

    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