awesome-repositories.com
Blog
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
·
boostorg avatar

boostorg/test

0
View on GitHub↗
209 Stars·145 Forks·C++·BSL-1.0·2 Aufrufeboost.org/libs/test↗

Test

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

Features

  • Testing and Benchmarking - Comprehensive testing library.
  • Testing and Debugging - Comprehensive test library from Boost.

Star-Verlauf

Star-Verlauf für boostorg/testStar-Verlauf für boostorg/test

KI-Suche

Entdecke weitere awesome Repositories

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

Start searching with AI

Open-Source-Alternativen zu Test

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Test.
  • 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
  • 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
  • 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
  • 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
Alle 30 Alternativen zu Test anzeigen→

Häufig gestellte Fragen

Was macht boostorg/test?

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

Was sind die Hauptfunktionen von boostorg/test?

Die Hauptfunktionen von boostorg/test sind: Testing and Benchmarking, Testing and Debugging.

Welche Open-Source-Alternativen gibt es zu boostorg/test?

Open-Source-Alternativen zu boostorg/test sind unter anderem: cobaltfusion/debugviewpp — DebugView++, collects, views, filters your application logs, and highlights information that is important to you! dascandy/hippomocks — Hippomocks. bombela/backward-cpp — backward-cpp is a C++ stack trace library and debugging utility designed to capture, resolve, and print detailed… catchorg/catch2 — Catch2 is a comprehensive framework for C++ software validation, providing an environment for unit testing,… cpputest/cpputest — CppUTest unit testing and mocking framework for C/C++. digitalinblue/celero — C++ Benchmark Authoring Library/Framework.