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

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
sheredom avatar

sheredom/utest.h

0
View on GitHub↗
975 stars·71 forks·C++·Unlicense·7 views

Utest.h

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

Features

  • Testing and Debugging - Single-header unit testing for C and C++.
  • Testing Frameworks - Unit testing framework.

Star history

Star history chart for sheredom/utest.hStar history chart for sheredom/utest.h

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

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

Start searching with AI

Projects sharing features with Utest.h

These projects share indexed features with Utest.h. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • cschreib/snitchcschreib avatar

    cschreib/snitch

    306View on GitHub↗

    Lightweight C++20 testing framework.

    C++
    View on GitHub↗306
  • dascandy/hippomocksdascandy avatar

    dascandy/hippomocks

    201View on GitHub↗

    Hippomocks

    C++
    View on GitHub↗201
  • 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
  • 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
Compare all 30 related projects→

Frequently asked questions

What does sheredom/utest.h do?

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

What are the main features of sheredom/utest.h?

The main features of sheredom/utest.h are: Testing and Debugging, Testing Frameworks.

Which projects share features with sheredom/utest.h?

Projects with overlapping indexed features include: 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,… cschreib/snitch — Lightweight C++20 testing framework. 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…