Registry / testing / unittest-cpp

unittest-cpp

JSON →
library2.0.0vcpkgunverified

A lightweight unit testing framework for C++

vcpkg install unittest-cpp
INSTALL
IMPORT
SIG · UNITTEST-CPP
U
unittest-cpp
testingcppv2.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

UnitTest++.h
#include <UnitTest++.h>

Simple unit test with CHECK_EQUAL

#include <UnitTest++.h> TEST(MyTest) { CHECK_EQUAL(2, 1 + 1); } int main() { return UnitTest::RunAllTests(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

unittest-cpp — pip install unittest-cpp · libregistry