Skip to content

Commit

Permalink
Added clean-test, promising macro-free test framework
Browse files Browse the repository at this point in the history
  • Loading branch information
rigtorp committed Mar 28, 2023
1 parent 168e534 commit e07039b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,10 @@ libraries with novel use of new C++ features.
* [Approval Tests for C++](https://github.com/approvals/ApprovalTests.cpp) - Native ApprovalTests for C++ on Linux, Mac and Windows.
* [autocheck](https://github.com/thejohnfreeman/autocheck) - QuickCheck and SmallCheck clones for C++.
* [Bandit](https://banditcpp.github.io/bandit/) - A header-only framework for C++11 that wants to make working with unit tests a pleasant experience.
* [Boost.Test](https://www.boost.org/doc/libs/1_70_0/libs/test/doc/html/index.html) - Boost testing framework.
* [Boost:UT](https://boost-ext.github.io/ut/) - C++20 μ(micro)/Unit Testing framework, single-header, without need for macros.
* [Boost.Test](https://www.boost.org/doc/libs/1_81_0/libs/test/doc/html/index.html) - Boost testing framework.
* [Catch](https://github.com/catchorg/Catch2) 🔥 - A modern, C++-native, header-only, framework for unit-tests, TDD and BDD.
* [clean-test](https://github.com/clean-test/clean-test) - A modern C++-20 testing framework.
* [doctest](https://github.com/onqtam/doctest) 🚀 - The fastest feature-rich C++11/14/17/20 single-header testing framework for unit tests and TDD.
* [Fakeit](https://github.com/eranpeer/FakeIt) - C++ mocking made easy. A simple yet very expressive, headers only library for c++ mocking.
* [Googletest](https://github.com/google/googletest) - Google Testing and Mocking Framework.
Expand Down

0 comments on commit e07039b

Please sign in to comment.