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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
eranpeer avatar

eranpeer/FakeIt

0
View on GitHub↗
1,364 stars·178 forks·C++·MIT·3 vues

FakeIt

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

Features

  • Testing and Benchmarking - Simple mocking framework for C++.
  • Testing and Debugging - Simple mocking framework for C++.
  • Testing and Mocking - Simplified mocking framework.
  • Frameworks de test - Expressive header-only mocking library for C++.

Historique des stars

Graphique de l'historique des stars pour eranpeer/fakeitGraphique de l'historique des stars pour eranpeer/fakeit

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Questions fréquentes

Que fait eranpeer/fakeit ?

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

Quelles sont les fonctionnalités principales de eranpeer/fakeit ?

Les fonctionnalités principales de eranpeer/fakeit sont : Testing and Benchmarking, Testing and Debugging, Testing and Mocking, Frameworks de test.

Quelles sont les alternatives open-source à eranpeer/fakeit ?

Les alternatives open-source à eranpeer/fakeit incluent : onqtam/doctest — doctest is a unit testing framework and assertion library for C++ delivered as a single-header library. It provides a… siu/minunit — Minimal unit testing framework for C. dascandy/hippomocks — Hippomocks. google/googletest — This project is a comprehensive C++ unit testing framework designed to verify code logic and identify regressions… catchorg/catch2 — Catch2 is a comprehensive framework for C++ software validation, providing an environment for unit testing,… cobaltfusion/debugviewpp — DebugView++, collects, views, filters your application logs, and highlights information that is important to you!

Alternatives open source à FakeIt

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec FakeIt.
  • dascandy/hippomocksAvatar de dascandy

    dascandy/hippomocks

    201Voir sur GitHub↗

    Hippomocks

    C++
    Voir sur GitHub↗201
  • google/googletestAvatar de google

    google/googletest

    38,713Voir sur 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++
    Voir sur GitHub↗38,713
  • catchorg/catch2Avatar de catchorg

    catchorg/Catch2

    20,198Voir sur 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
    Voir sur GitHub↗20,198
  • onqtam/doctestAvatar de onqtam

    onqtam/doctest

    6,768Voir sur GitHub↗

    doctest is a unit testing framework and assertion library for C++ delivered as a single-header library. It provides a test runner with a command line interface to execute tests, filter test suites, and generate execution reports. The framework supports in-source unit testing and allows for the complete removal of testing logic from compiled binaries via preprocessor stripping to eliminate performance overhead in production environments. It also enables cross-binary test registry sharing, allowing one executable to utilize the test runner of another. Capabilities include parameterized testing

    C++
    Voir sur GitHub↗6,768
Voir les 30 alternatives à FakeIt→