awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
boostorg avatar

boostorg/test

0
View on GitHub↗
209 星标·145 分支·C++·BSL-1.0·2 次浏览boost.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 历史

boostorg/test 的 Star 历史图表boostorg/test 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Test 的开源替代方案

相似的开源项目,按与 Test 的功能重合度排序。
  • catchorg/catch2catchorg 的头像

    catchorg/Catch2

    20,198在 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
    在 GitHub 上查看↗20,198
  • cobaltfusion/debugviewppCobaltFusion 的头像

    CobaltFusion/DebugViewPP

    1,251在 GitHub 上查看↗

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

    C++
    在 GitHub 上查看↗1,251
  • bombela/backward-cppbombela 的头像

    bombela/backward-cpp

    4,285在 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++
    在 GitHub 上查看↗4,285
  • cpputest/cpputestcpputest 的头像

    cpputest/cpputest

    1,472在 GitHub 上查看↗

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

    C++
    在 GitHub 上查看↗1,472
查看 Test 的所有 30 个替代方案→

常见问题解答

boostorg/test 是做什么的?

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

boostorg/test 的主要功能有哪些?

boostorg/test 的主要功能包括:Testing and Benchmarking, Testing and Debugging。

boostorg/test 有哪些开源替代品?

boostorg/test 的开源替代品包括: 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.