awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
dascandy avatar

dascandy/hippomocks

0
View on GitHub↗
201 estrellas·67 forks·C++·LGPL-2.1·1 vista

Hippomocks

Hippomocks

Features

  • Testing and Benchmarking - Single-header mocking framework.
  • Testing and Debugging - Single-header mocking framework.
  • Frameworks de pruebas - Unit testing framework.

Historial de estrellas

Gráfico del historial de estrellas de dascandy/hippomocksGráfico del historial de estrellas de dascandy/hippomocks

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Hippomocks

Proyectos open-source similares, clasificados según cuántas características comparten con Hippomocks.
  • eranpeer/fakeitAvatar de eranpeer

    eranpeer/FakeIt

    1,364Ver en GitHub↗

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

    C++
    Ver en GitHub↗1,364
  • google/googletestAvatar de google

    google/googletest

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

    catchorg/Catch2

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

    onqtam/doctest

    6,768Ver en 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++
    Ver en GitHub↗6,768
Ver las 30 alternativas a Hippomocks→

Preguntas frecuentes

¿Qué hace dascandy/hippomocks?

Hippomocks

¿Cuáles son las características principales de dascandy/hippomocks?

Las características principales de dascandy/hippomocks son: Testing and Benchmarking, Testing and Debugging, Frameworks de pruebas.

¿Qué alternativas de código abierto existen para dascandy/hippomocks?

Las alternativas de código abierto para dascandy/hippomocks incluyen: 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. eranpeer/fakeit — C++ mocking made easy. A simple yet very expressive, headers only library for c++ mocking. 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!