macOS
brew install cxxtestlocal Homebrew formula metadata
安装
brew install cxxtestlocal Homebrew formula metadata
sudo apt install cxxtestDebian stable package indexes · cxxtest · 来源: deb.debian.org
sudo dnf install cxxtestFedora Rawhide package metadata · cxxtest · 来源: dl.fedoraproject.org
nix profile install nixpkgs#cxxtestnixpkgs package indexes · pkgs/by-name/cx/cxxtest/package.nix · 来源: api.github.com
概览
C++ unit testing framework similar to JUnit, CppUnit and xUnit
历史
CxxTest is a C++ unit testing framework in the xUnit family, positioned by its README as similar in spirit to JUnit, CppUnit, and xUnit while avoiding a precompiled testing library.
The project's own release log records CxxTest releases back to 2002, with version 2.7.0 adding embedded test suites and version 2.8.0 beginning the maintained version history in early 2003. Through the 3.x line it accumulated portability work for compilers and GUI runners, then version 4.0 in 2011 moved the scripting side from Perl to Python and refreshed the installation and user guide.
CxxTest's adoption niche has been C++ projects that wanted generated test runners and xUnit-style assertions without forcing a separate library build or advanced C++ features. Its package-manager presence across Homebrew, Debian, Fedora, Nix, and Ubuntu reflects a mature testing utility kept available for existing C++ build workflows.
Typical use starts with a header declaring a CxxTest::TestSuite, then runs cxxtestgen to generate a C++ test runner that is compiled with the user's normal compiler. That generator-centric flow made it friendly to Make, SCons, and distribution packaging because the installed executable is the key tool.
For package maintainers, CxxTest is a compact example of an older C++ test framework whose packaging value is mostly in a generator script, headers, documentation, and compatibility with many C++ compilers rather than a runtime library.
安全态势
narrow executable package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
cxxtestgen | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/CxxTest/cxxtest
安装元数据
| 软件包键 | brew:cxxtest |
|---|---|
| 版本 | 4.4 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/cxxtest |
| 主页 | https://github.com/CxxTest/cxxtest |
| 仓库 | https://github.com/CxxTest/cxxtest |
| 上游文档 | http://cxxtest.com/ |
| 许可证 | LGPL-3.0-only |
| 源码归档 | https://github.com/CxxTest/cxxtest/releases/download/4.4/cxxtest-4.4.tar.gz |
| 最后更新 | 2026-06-28T01:06:15-04:00 |
| Pulse | updated |
| 依赖 | python@3.14 |
| Bottle | 可用 (于 all) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | cxxtest |
| Version Scheme | 0 |
| Revision | 3 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
cxxtest 4.4+git171022-2
lightweight xUnit-like framework for C/C++ applications
sudo apt install cxxtestcxxtest
nix profile install nixpkgs#cxxtestcxxtest 4.4+git171022-2
lightweight xUnit-like framework for C/C++ applications
sudo apt install cxxtestcxxtest 4.4-43.fc45
A JUnit-like testing framework for C++
sudo dnf install cxxtestcxxtest-doc 4.4-43.fc45
Documentation on how to use CxxTest
sudo dnf install cxxtest-doc来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.