awesome-repositories.com
Blog
MCP
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
·
Back to dascandy/hippomocks

Open-source alternatives to Hippomocks

30 open-source projects similar to dascandy/hippomocks, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Hippomocks alternative.

  • siu/minunitAvatar von siu

    siu/minunit

    635Auf GitHub ansehen↗

    Minimal unit testing framework for C

    C
    Auf GitHub ansehen↗635
  • google/googletestAvatar von google

    google/googletest

    38,713Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗38,713
  • catchorg/catch2Avatar von catchorg

    catchorg/Catch2

    20,198Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗20,198
  • onqtam/doctestAvatar von onqtam

    onqtam/doctest

    6,768Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗6,768

KI-Suche

Entdecke weitere awesome Repositories

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

Find more with AI search
  • eranpeer/fakeitAvatar von eranpeer

    eranpeer/FakeIt

    1,364Auf GitHub ansehen↗

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

    C++
    Auf GitHub ansehen↗1,364
  • trytouca/trytoucaAvatar von trytouca

    trytouca/trytouca

    511Auf GitHub ansehen↗

    Continuous Regression Testing for Engineering Teams

    TypeScript
    Auf GitHub ansehen↗511
  • philip82148/cpp-dumpAvatar von philip82148

    philip82148/cpp-dump

    381Auf GitHub ansehen↗

    A C++ library for debugging purposes that can print any variable, even user-defined types.

    C++
    Auf GitHub ansehen↗381
  • schemathesis/schemathesisAvatar von schemathesis

    schemathesis/schemathesis

    3,055Auf GitHub ansehen↗

    Schemathesis is a property-based testing tool and fuzzer for schema-based APIs. It analyzes OpenAPI and JSON Schema specifications to automatically generate test cases that identify crashes, schema violations, and validation bypasses. The project functions as a contract validator and security scanner, verifying that a live server strictly adheres to its defined specifications. The framework distinguishes itself through stateful API testing, which chains multiple related requests together to uncover bugs that only emerge during complex, multi-step user workflows. It also utilizes response-driv

    Pythonapiapi-testingcli
    Auf GitHub ansehen↗3,055
  • libcheck/checkAvatar von libcheck

    libcheck/check

    1,167Auf GitHub ansehen↗

    A unit testing framework for C

    C
    Auf GitHub ansehen↗1,167
  • google/benchmarkAvatar von google

    google/benchmark

    10,240Auf GitHub ansehen↗

    This project is a performance measurement framework and microbenchmarking library designed for C++ and Python. It provides a toolset for measuring the execution time of small code fragments using high-resolution timers, calculating statistical aggregates, and analyzing asymptotic complexity. The framework distinguishes itself through specialized capabilities for multithreaded performance testing, using synchronized execution to measure parallel throughput. It includes mechanisms to prevent compiler optimizations from removing benchmarked code and supports complex parameterization via Cartesia

    C++benchmark
    Auf GitHub ansehen↗10,240
  • meekrosoft/fffAvatar von meekrosoft

    meekrosoft/fff

    922Auf GitHub ansehen↗

    A testing micro framework for creating function test doubles

    C
    Auf GitHub ansehen↗922
  • sheredom/utest.hAvatar von sheredom

    sheredom/utest.h

    975Auf GitHub ansehen↗

    🧪 single header unit testing framework for C and C++

    C++ccpptesting
    Auf GitHub ansehen↗975
  • stepci/stepciAvatar von stepci

    stepci/stepci

    1,860Auf GitHub ansehen↗

    Automated API Testing and Quality Assurance

    TypeScript
    Auf GitHub ansehen↗1,860
  • typicode/json-serverAvatar von typicode

    typicode/json-server

    75,614Auf GitHub ansehen↗

    json-server is a development toolset used to simulate a full REST API from a JSON file. It functions as a customizable mock API server that allows for the simulation of CRUD operations and resource relationships without the need to write backend code. The project enables rapid prototyping by generating a fake backend that persists data changes back to a local JSON file. It distinguishes itself by providing a static asset file server to deliver local documents, images, and stylesheets alongside the mock API endpoints. The server includes capabilities for data querying, such as parameter-based

    JavaScriptapifakefrontend
    Auf GitHub ansehen↗75,614
  • libnonius/noniusAvatar von libnonius

    libnonius/nonius

    367Auf GitHub ansehen↗

    A C++ micro-benchmarking framework

    C++
    Auf GitHub ansehen↗367
  • cobaltfusion/debugviewppAvatar von CobaltFusion

    CobaltFusion/DebugViewPP

    1,251Auf GitHub ansehen↗

    DebugView++, collects, views, filters your application logs, and highlights information that is important to you!

    C++
    Auf GitHub ansehen↗1,251
  • cpputest/cpputestAvatar von cpputest

    cpputest/cpputest

    1,472Auf GitHub ansehen↗

    CppUTest unit testing and mocking framework for C/C++

    C++
    Auf GitHub ansehen↗1,472
  • bombela/backward-cppAvatar von bombela

    bombela/backward-cpp

    4,285Auf GitHub ansehen↗

    backward-cpp is a C++ stack trace library and debugging utility designed to capture, resolve, and print detailed execution traces and crash reports. It functions as a crash reporter and call stack printer that translates raw memory addresses into human-readable function names, filenames, and line numbers. The project provides automated crash reporting by registering system handlers for fatal errors, such as segmentation faults, to automatically generate execution traces upon program failure. It distinguishes itself by extracting source file fragments from disk to display specific lines of cod

    C++
    Auf GitHub ansehen↗4,285
  • digitalinblue/celeroAvatar von DigitalInBlue

    DigitalInBlue/Celero

    861Auf GitHub ansehen↗

    C++ Benchmark Authoring Library/Framework

    C++benchmarkbenchmark-testsc-plus-plus
    Auf GitHub ansehen↗861
  • bojand/ghzAvatar von bojand

    bojand/ghz

    3,339Auf GitHub ansehen↗

    gRPC benchmarking and load testing tool.

    Go
    Auf GitHub ansehen↗3,339
  • boostorg/testAvatar von boostorg

    boostorg/test

    209Auf GitHub ansehen↗

    The reference C++ unit testing framework (TDD, xUnit, C++03/11/14/17)

    C++boostc-plus-plusunit-testing
    Auf GitHub ansehen↗209
  • jonasmr/microprofileAvatar von jonasmr

    jonasmr/microprofile

    1,584Auf GitHub ansehen↗

    microprofile is an embeddable profiler

    C
    Auf GitHub ansehen↗1,584
  • cschreib/snitchAvatar von cschreib

    cschreib/snitch

    306Auf GitHub ansehen↗

    Lightweight C++20 testing framework.

    C++
    Auf GitHub ansehen↗306
  • martinus/nanobenchAvatar von martinus

    martinus/nanobench

    1,702Auf GitHub ansehen↗

    Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20

    C++
    Auf GitHub ansehen↗1,702
  • rest-assured/rest-assuredAvatar von rest-assured

    rest-assured/rest-assured

    7,127Auf GitHub ansehen↗

    Rest-assured is a Java-based REST API testing framework and HTTP client library designed for automating web service tests. It provides a fluent domain-specific language and assertion library to send HTTP requests and validate response metadata, including status codes, headers, cookies, and bodies. The framework is distinguished by a method-chaining DSL that creates readable specifications for API interactions. It features a filter-based request interception pipeline, object-mapping serialization for converting Java objects to JSON or XML, and a path-based parsing system to isolate specific fi

    Java
    Auf GitHub ansehen↗7,127
  • stdlib-js/stdlibAvatar von stdlib-js

    stdlib-js/stdlib

    5,735Auf GitHub ansehen↗
    JavaScriptjavascriptjslibrary
    Auf GitHub ansehen↗5,735
  • apple/swift-corelibs-xctestAvatar von apple

    apple/swift-corelibs-xctest

    1,186Auf GitHub ansehen↗

    The XCTest Project, A Swift core library for providing unit test support

    Swift
    Auf GitHub ansehen↗1,186
  • alexfernandez/loadtestAvatar von alexfernandez

    alexfernandez/loadtest

    2,633Auf GitHub ansehen↗

    Runs a load test on the selected URL. Fast and easy to use. Can be integrated in your own workflow using the API.

    JavaScript
    Auf GitHub ansehen↗2,633
  • apiel/test-crawlerAvatar von apiel

    apiel/test-crawler

    33Auf GitHub ansehen↗

    ★ Online documentation ★

    TypeScript
    Auf GitHub ansehen↗33
  • apache/jmeterAvatar von apache

    apache/jmeter

    9,233Auf GitHub ansehen↗

    Apache JMeter is a Java-based performance testing tool and multi-protocol traffic simulator used to analyze the stability and scalability of servers and networks. It functions as a distributed load testing framework that coordinates remote worker nodes from a single controller to generate high volumes of concurrent traffic. The project is distinguished by its ability to simulate traffic across diverse backend systems, including HTTP, JDBC, LDAP, JMS, FTP, and TCP. It provides a headless command-line interface for automated execution and a reporting system that transforms raw sample logs into

    Javajavaperformancetest
    Auf GitHub ansehen↗9,233