awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
cschreib avatar

cschreib/snitch

0
View on GitHub↗
306 stele·15 fork-uri·C++·BSL-1.0·4 vizualizări

Snitch

Lightweight C++20 testing framework.

Features

  • Testing and Debugging - Lightweight C++20 testing framework.
  • Framework-uri de testare - Implements a lightweight testing framework for modern standards.

Istoric stele

Graficul istoricului de stele pentru cschreib/snitchGraficul istoricului de stele pentru cschreib/snitch

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Snitch

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Snitch.
  • dascandy/hippomocksAvatar dascandy

    dascandy/hippomocks

    201Vezi pe GitHub↗

    Hippomocks

    C++
    Vezi pe GitHub↗201
  • eranpeer/fakeitAvatar eranpeer

    eranpeer/FakeIt

    1,364Vezi pe GitHub↗

    C++ mocking made easy. A simple yet very expressive, headers only library for c++ mocking.

    C++
    Vezi pe GitHub↗1,364
  • catchorg/catch2Avatar catchorg

    catchorg/Catch2

    20,198Vezi pe GitHub↗

    Catch2 is a comprehensive framework for C++ software validation, providing an environment for unit testing, integration verification, and performance analysis. It enables developers to define and execute automated test suites and micro-benchmarks directly within their applications. The framework is distinguished by its header-only distribution, which allows for integration into existing build systems without requiring complex external dependencies. It utilizes a hierarchical section-based execution model that supports behavior-driven testing, allowing for shared setup and teardown logic acros

    C++bddcppcpp14
    Vezi pe GitHub↗20,198
  • google/googletestAvatar google

    google/googletest

    38,713Vezi pe GitHub↗

    This project is a comprehensive C++ unit testing framework designed to verify code logic and identify regressions through a suite of assertion macros, test fixtures, and execution runners. It automates the discovery and registration of test cases during static initialization, allowing developers to define isolated test environments that ensure repeatable and predictable conditions for every execution. The framework distinguishes itself through a sophisticated mock object library that enables the simulation of components and the enforcement of strict interaction requirements. By intercepting v

    C++
    Vezi pe GitHub↗38,713
Vezi toate cele 30 alternative pentru Snitch→

Întrebări frecvente

Ce face cschreib/snitch?

Lightweight C++20 testing framework.

Care sunt principalele funcționalități ale cschreib/snitch?

Principalele funcționalități ale cschreib/snitch sunt: Testing and Debugging, Framework-uri de testare.

Care sunt câteva alternative open-source pentru cschreib/snitch?

Alternativele open-source pentru cschreib/snitch includ: eranpeer/fakeit — C++ mocking made easy. A simple yet very expressive, headers only library for c++ mocking. onqtam/doctest — doctest is a unit testing framework and assertion library for C++ delivered as a single-header library. It provides a… catchorg/catch2 — Catch2 is a comprehensive framework for C++ software validation, providing an environment for unit testing,… dascandy/hippomocks — Hippomocks. google/googletest — This project is a comprehensive C++ unit testing framework designed to verify code logic and identify regressions… rest-assured/rest-assured — Rest-assured is a Java-based REST API testing framework and HTTP client library designed for automating web service…