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

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

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

kotest/kotest

0
View on GitHub↗
4,785 نجوم·701 تفرعات·Kotlin·Apache-2.0·9 مشاهداتkotest.io↗

Kotest

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 reference files.

The system features a coroutine-aware execution engine and a pluggable architecture that allows for custom matchers and third-party extensions. It includes a composite assertion aggregation system to collect multiple failures into a single report and a translation layer to map test suites to platform-specific execution engines.

Features

  • Kotlin Unit Testing - Provides a comprehensive framework for writing and running unit and integration tests for Kotlin applications.
  • BDD Test Hierarchies - Supports recursive structural models for organizing tests in unlimited depth using BDD or hierarchical styles.
  • Data-Driven Test Parameterization - Implements a mechanism to execute the same test logic repeatedly by injecting diverse sets of input parameters.
  • Data-Driven Testing - Supports running the same test logic against multiple sets of input parameters to ensure consistent behavior.
  • Fluent Assertions - Ships a fluent assertion library with matchers and a domain-specific language for verifying Kotlin object states.
  • Property-Based Testing - Includes a mechanism that automatically produces random input sets to verify code invariants across thousands of edge cases.
  • Behavior Driven Development - Provides frameworks for organizing test cases using hierarchical nesting and natural language styles for BDD.
  • Cross-Platform Test Runners - Includes a translation layer that maps generic test suites to platform-specific execution engines for multiplatform compatibility.
  • Kotlin Multiplatform Test Runners - Ships an execution engine that runs tests across different Kotlin multiplatform targets using integrated infrastructure.
  • Kotlin Testing Frameworks - Offers a comprehensive toolset for writing and executing tests in Kotlin with support for multiple styles and platforms.
  • Test Execution Runtimes - Ships a coroutine-aware execution engine that manages dispatchers and timeouts for asynchronous Kotlin tests.
  • Plugin-Based Extensibility - Features a flexible architectural hook system allowing third-party libraries to integrate specialized testing tools.
  • Assertion Aggregators - Provides a composite assertion system that aggregates multiple failures into a single report to reduce test output noise.
  • Snapshot Testing - Includes snapshot testing to detect regressions by comparing current outputs against stored reference files.
  • Custom Matchers - Provides a pluggable interface for defining custom matchers to validate complex data structures.

سجل النجوم

مخطط تاريخ النجوم لـ kotest/kotestمخطط تاريخ النجوم لـ kotest/kotest

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Kotest

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Kotest.
  • thomhurst/tunitالصورة الرمزية لـ thomhurst

    thomhurst/TUnit

    3,744عرض على GitHub↗

    TUnit is a comprehensive C# testing framework, mocking library, and fluent assertion tool. It utilizes source generation for test discovery and mock creation, ensuring compatibility with Native AOT and IL trimming by eliminating the need for runtime reflection and proxies. The framework provides specialized capabilities for integration testing, including the management of distributed application lifecycles, isolated database schemas, and the correlation of telemetry and logs across process boundaries via OTLP. It also includes an HTTP testing utility to intercept network exchanges and mock AP

    C#csharpdotnettest
    عرض على GitHub↗3,744
  • onsi/ginkgoالصورة الرمزية لـ onsi

    onsi/ginkgo

    9,014عرض على GitHub↗

    Ginkgo is a behavior-driven development testing framework, assertion library, and test runner for Go. It provides a domain-specific language for writing human-readable specifications, organizing tests into hierarchical containers and subjects to describe system behavior. The project distinguishes itself through advanced execution control and observability, featuring a test runner capable of parallel distribution, sharding, and randomized execution order to detect flaky tests. It includes specialized diagnostic tools for goroutine leak detection, hanging spec monitoring, and failure state debu

    Go
    عرض على GitHub↗9,014
  • codeception/codeceptionالصورة الرمزية لـ Codeception

    Codeception/Codeception

    4,855عرض على GitHub↗

    Codeception is a full-stack testing framework for PHP applications that provides a unified interface for unit, functional, and acceptance testing. It serves as a tool for automating real desktop and mobile browsers via the WebDriver protocol and acts as a client for testing REST and SOAP APIs. The framework is distinguished by its support for Behavior-Driven Development, allowing users to write human-readable test specifications in Gherkin language to align technical tests with business requirements. It implements actor-based action mapping to connect these natural language steps to executabl

    PHP
    عرض على GitHub↗4,855
  • kiwi-bdd/kiwiالصورة الرمزية لـ kiwi-bdd

    kiwi-bdd/Kiwi

    4,121عرض على GitHub↗

    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

    Objective-C
    عرض على GitHub↗4,121
عرض جميع البدائل الـ 30 لـ Kotest→

الأسئلة الشائعة

ما هي وظيفة kotest/kotest؟

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.

ما هي الميزات الرئيسية لـ kotest/kotest؟

الميزات الرئيسية لـ kotest/kotest هي: Kotlin Unit Testing, BDD Test Hierarchies, Data-Driven Test Parameterization, Data-Driven Testing, Fluent Assertions, Property-Based Testing, Behavior Driven Development, Cross-Platform Test Runners.

ما هي البدائل مفتوحة المصدر لـ kotest/kotest؟

تشمل البدائل مفتوحة المصدر لـ kotest/kotest: thomhurst/tunit — TUnit is a comprehensive C# testing framework, mocking library, and fluent assertion tool. It utilizes source… onsi/ginkgo — Ginkgo is a behavior-driven development testing framework, assertion library, and test runner for Go. It provides a… codeception/codeception — Codeception is a full-stack testing framework for PHP applications that provides a unified interface for unit,… kiwi-bdd/kiwi — Kiwi is a behavior-driven development framework and specification library for iOS. It functions as a wrapper for… mockk/mockk — MockK is a Kotlin test double framework that creates mocks, spies, and relaxed mocks for unit testing, with support… xunit/xunit — xunit is a unit testing framework for the .NET ecosystem designed to execute isolated code units and report failures…