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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to siu/minunit

Open-source alternatives to Minunit

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

  • google/googletestgoogle avatar

    google/googletest

    38,713View on 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++
    View on GitHub↗38,713
  • eranpeer/fakeiteranpeer avatar

    eranpeer/FakeIt

    1,364View on GitHub↗

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

    C++
    View on GitHub↗1,364
  • catchorg/catch2catchorg avatar

    catchorg/Catch2

    20,198View on 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
    View on GitHub↗20,198
  • onqtam/doctestonqtam avatar

    onqtam/doctest

    6,768View on 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++
    View on GitHub↗6,768

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • dascandy/hippomocksdascandy avatar

    dascandy/hippomocks

    201View on GitHub↗

    Hippomocks

    C++
    View on GitHub↗201
  • stepci/stepcistepci avatar

    stepci/stepci

    1,860View on GitHub↗

    Automated API Testing and Quality Assurance

    TypeScript
    View on GitHub↗1,860
  • sheredom/utest.hsheredom avatar

    sheredom/utest.h

    975View on GitHub↗

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

    C++ccpptesting
    View on GitHub↗975
  • throwtheswitch/unityThrowTheSwitch avatar

    ThrowTheSwitch/Unity

    5,265View on GitHub↗

    Unity is a lightweight unit testing framework for C, providing the assertion library, test runner, and reporting mechanisms required to verify code correctness. It functions as core testing infrastructure for organizing and executing unit tests in C environments. The framework is designed for system-level and embedded software validation, with specific capabilities for verifying firmware and hardware drivers. It focuses on memory integrity and pointer validity, allowing for the validation of pointer states and the inspection of raw memory blocks. The toolset covers a broad range of compariso

    C
    View on GitHub↗5,265
  • jonasmr/microprofilejonasmr avatar

    jonasmr/microprofile

    1,584View on GitHub↗

    microprofile is an embeddable profiler

    C
    View on GitHub↗1,584
  • digitalinblue/celeroDigitalInBlue avatar

    DigitalInBlue/Celero

    861View on GitHub↗

    C++ Benchmark Authoring Library/Framework

    C++benchmarkbenchmark-testsc-plus-plus
    View on GitHub↗861
  • martinus/nanobenchmartinus avatar

    martinus/nanobench

    1,702View on GitHub↗

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

    C++
    View on GitHub↗1,702
  • schemathesis/schemathesisschemathesis avatar

    schemathesis/schemathesis

    3,055View on GitHub↗

    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
    View on GitHub↗3,055
  • trytouca/trytoucatrytouca avatar

    trytouca/trytouca

    511View on GitHub↗

    Continuous Regression Testing for Engineering Teams

    TypeScript
    View on GitHub↗511
  • typicode/json-servertypicode avatar

    typicode/json-server

    75,614View on GitHub↗

    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
    View on GitHub↗75,614
  • libcheck/checklibcheck avatar

    libcheck/check

    1,167View on GitHub↗

    A unit testing framework for C

    C
    View on GitHub↗1,167
  • cobaltfusion/debugviewppCobaltFusion avatar

    CobaltFusion/DebugViewPP

    1,251View on GitHub↗

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

    C++
    View on GitHub↗1,251
  • cpputest/cpputestcpputest avatar

    cpputest/cpputest

    1,472View on GitHub↗

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

    C++
    View on GitHub↗1,472
  • bombela/backward-cppbombela avatar

    bombela/backward-cpp

    4,285View on GitHub↗

    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++
    View on GitHub↗4,285
  • bojand/ghzbojand avatar

    bojand/ghz

    3,339View on GitHub↗

    gRPC benchmarking and load testing tool.

    Go
    View on GitHub↗3,339
  • boostorg/testboostorg avatar

    boostorg/test

    209View on GitHub↗

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

    C++boostc-plus-plusunit-testing
    View on GitHub↗209
  • google/benchmarkgoogle avatar

    google/benchmark

    10,240View on GitHub↗

    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
    View on GitHub↗10,240
  • cschreib/snitchcschreib avatar

    cschreib/snitch

    306View on GitHub↗

    Lightweight C++20 testing framework.

    C++
    View on GitHub↗306
  • libnonius/noniuslibnonius avatar

    libnonius/nonius

    367View on GitHub↗

    A C++ micro-benchmarking framework

    C++
    View on GitHub↗367
  • meekrosoft/fffmeekrosoft avatar

    meekrosoft/fff

    922View on GitHub↗

    A testing micro framework for creating function test doubles

    C
    View on GitHub↗922
  • philip82148/cpp-dumpphilip82148 avatar

    philip82148/cpp-dump

    381View on GitHub↗

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

    C++
    View on GitHub↗381
  • rest-assured/rest-assuredrest-assured avatar

    rest-assured/rest-assured

    7,127View on GitHub↗

    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
    View on GitHub↗7,127
  • stdlib-js/stdlibstdlib-js avatar

    stdlib-js/stdlib

    5,735View on GitHub↗
    JavaScriptjavascriptjslibrary
    View on GitHub↗5,735
  • antirez/sdsantirez avatar

    antirez/sds

    5,486View on GitHub↗

    sds is a C dynamic string library that provides a memory management wrapper for heap-allocated strings. It implements binary-safe storage by tracking string lengths explicitly, allowing the library to handle null characters within data. The library distinguishes itself through a memory architecture that uses interchangeable function pointers for allocation and freeing, enabling the integration of custom memory managers. It utilizes header-stored length tracking to provide constant-time length retrieval and maintains null-terminated buffer padding to ensure compatibility with standard C string

    C
    View on GitHub↗5,486
  • alanxz/rabbitmq-calanxz avatar

    alanxz/rabbitmq-c

    1,859View on GitHub↗

    RabbitMQ C client

    C
    View on GitHub↗1,859
  • anthonylloyd/cscheckAnthonyLloyd avatar

    AnthonyLloyd/CsCheck

    205View on GitHub↗

    Random testing library for C#

    C#causal-profilingconcurrency-testingmetamorphic-testing
    View on GitHub↗205