awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Quick avatar

Quick/Nimble

0
View on GitHub↗
4,841 Stars·609 Forks·Swift·Apache-2.0·6 Aufrufequick.github.io/Nimble/documentation/nimble↗

Nimble

Nimble ist ein Matcher-Framework und eine Assertions-Bibliothek für Swift- und Objective-C-Unit-Tests. Es erweitert Standard-Test-Frameworks um eine domänenspezifische Sprache (DSL), mit der sich aussagekräftige und lesbare Assertions schreiben lassen.

Das Projekt bietet Hilfsmittel für Behavior Driven Development (BDD) und die Überprüfung asynchroner Zustände. Dazu gehört die Möglichkeit, auf das Eintreten bestimmter Werte über einen festgelegten Zeitraum zu warten, um zeitabhängiges Verhalten zu verifizieren.

Das Framework deckt allgemeine Testautomatisierung und Validierung für Swift- und Objective-C-Projekte ab und ermöglicht es Entwicklern, Ergebnisse von Code-Ausdrücken mit erwarteten Werten zu vergleichen.

Features

  • Outcome Assertions - Implements a domain-specific language for writing descriptive assertions to verify that code execution results match expected outcomes.
  • Swift Testing Tools - Offers a specialized matcher framework for writing and running automated tests within Swift applications.
  • Asynchronous State Verifications - Enables testing of code relying on timers or network calls by waiting for specific conditions to be met.
  • Asynchronous Expectation Pollers - Provides the ability to wait for expressions to match specific values over a period of time to verify timing-dependent behavior.
  • Asynchronous Test Handling - Provides synchronization capabilities for managing tests that rely on asynchronous operations and timing-dependent behavior.
  • Objective-C Test Automation - Provides a matcher framework and assertion library specifically designed for Objective-C unit tests.
  • Swift Matcher Frameworks - Provides a domain-specific language for writing descriptive and readable assertions in Swift and Objective-C unit tests.
  • Assertion Libraries - Supplies a collection of matcher functions that extend standard frameworks like XCTest to provide more expressive verification.
  • Behavior Driven Development Frameworks - Provides a descriptive, natural language-like DSL for defining software requirements through behavior-driven assertions.
  • Testing and Quality - Matcher framework for assertions.
  • Test-Frameworks - Matcher framework for expressive assertions.

Star-Verlauf

Star-Verlauf für quick/nimbleStar-Verlauf für quick/nimble

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht quick/nimble?

Nimble ist ein Matcher-Framework und eine Assertions-Bibliothek für Swift- und Objective-C-Unit-Tests. Es erweitert Standard-Test-Frameworks um eine domänenspezifische Sprache (DSL), mit der sich aussagekräftige und lesbare Assertions schreiben lassen.

Was sind die Hauptfunktionen von quick/nimble?

Die Hauptfunktionen von quick/nimble sind: Outcome Assertions, Swift Testing Tools, Asynchronous State Verifications, Asynchronous Expectation Pollers, Asynchronous Test Handling, Objective-C Test Automation, Swift Matcher Frameworks, Assertion Libraries.

Welche Open-Source-Alternativen gibt es zu quick/nimble?

Open-Source-Alternativen zu quick/nimble sind unter anderem: quick/quick — Quick is a behavior-driven development framework and testing tool for Swift and Objective-C. It functions as both a… awaitility/awaitility — Awaitility is a Java asynchronous testing library and conditional polling framework. It provides a fluent… jasmine/jasmine — Jasmine is a JavaScript testing framework and test runner designed for behavior-driven development. It provides a… vitest-dev/vitest — Vitest is a high-performance testing framework designed for JavaScript and TypeScript applications. It provides an… facebook/jest — Jest is a JavaScript testing framework that integrates a test runner, an assertion library, and a snapshot testing… cucumber/cucumber-js — Cucumber-js is a behavior-driven development tool and acceptance test automation framework for JavaScript. It serves…

Open-Source-Alternativen zu Nimble

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Nimble.
  • quick/quickAvatar von Quick

    Quick/Quick

    9,830Auf GitHub ansehen↗

    Quick is a behavior-driven development framework and testing tool for Swift and Objective-C. It functions as both a testing framework and an assertion library, providing the structures necessary to write and run automated tests. The project focuses on organizing test suites into nested, human-readable requirements to define expected software behavior. This approach allows developers to structure tests in a descriptive format that translates technical requirements into readable specifications. The framework covers functional validation and quality assurance for Apple platform development. It

    Swiftbddcarthagecocoapods
    Auf GitHub ansehen↗9,830
  • awaitility/awaitilityAvatar von awaitility

    awaitility/awaitility

    4,013Auf GitHub ansehen↗

    Awaitility is a Java asynchronous testing library and conditional polling framework. It provides a fluent domain-specific language to synchronize tests with asynchronous operations by polling for specific states or conditions. The library allows for the configuration of polling intervals, timeouts, and the assignment of specific threads or services to handle background polling. It includes mechanisms for deadlock detection, exception filtering to treat specific errors as false results, and the ability to fail fast when a prohibited condition is met. The framework covers state verification, i

    Java
    Auf GitHub ansehen↗4,013
  • jasmine/jasmineAvatar von jasmine

    jasmine/jasmine

    15,824Auf GitHub ansehen↗

    Jasmine is a JavaScript testing framework and test runner designed for behavior-driven development. It provides a comprehensive toolset for writing and executing descriptive test suites that verify code behavior in both web browsers and Node.js environments. The framework is distinguished by its integrated mocking library, which allows for dependency isolation through spies and stubs, as well as the ability to simulate time and timing functions to test asynchronous logic synchronously. It also includes a mechanism to enforce test uniqueness, preventing duplicate names for tests and suites. I

    JavaScript
    Auf GitHub ansehen↗15,824
  • vitest-dev/vitestAvatar von vitest-dev

    vitest-dev/vitest

    15,970Auf GitHub ansehen↗

    Vitest is a high-performance testing framework designed for JavaScript and TypeScript applications. It provides an integrated environment that supports unit, integration, and browser-based testing, allowing developers to execute test suites natively without requiring separate build steps or complex configuration. The project distinguishes itself through a highly optimized execution model that leverages worker-thread isolation and on-demand module transformation to provide rapid feedback. It includes a comprehensive suite of mocking and spying utilities that allow for the interception of depen

    TypeScripttesttesting-toolsvite
    Auf GitHub ansehen↗15,970
Alle 30 Alternativen zu Nimble anzeigen→