Another C++ unit testing framework without macros

This page summarizes the projects mentioned and recommended in the original post on /r/cpp

JetBrains - Tell us how you use coding tools. You may win a prize!
Are you a developer or a data analyst? Share your thoughts about your coding tools in our short survey and get a chance to win prizes!
surveys.jetbrains.com
featured
Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
  1. tst

    C++ xUnit-like testing framework without macros

    This is not related to the question of running tests in parallel threads. It is just a matter of ui of how to specify the number. But, thanks for the idea, I think I'll introduce special values like max and auto.

  2. JetBrains

    Tell us how you use coding tools. You may win a prize! Are you a developer or a data analyst? Share your thoughts about your coding tools in our short survey and get a chance to win prizes!

    JetBrains logo
  3. ut

    C++20 μ(micro)/Unit Testing framework

    In Boost.UT there is a number of different styles to add a parametrized test case. All of them are pretty cryptic bue to heavy isage of oeverloaded operators of custom "non-public" classes. Except for the for-loop method, in all other methods the list of parameter values goes after the test procedure definition. I find this inconvenient, as I want to see list of parameter value next to the test name. This is what I used to from the times I was coding a lot of unit tests in C#.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Unit testing for bash

    1 project | /r/bash | 2 Mar 2021
  • Bash_unit – bash unit testing framework

    1 project | /r/patient_hackernews | 2 Mar 2021
  • Bash_unit – bash unit testing framework

    1 project | /r/hackernews | 2 Mar 2021
  • bash unit testing enterprise edition framework for professionals

    1 project | /r/coding | 2 Mar 2021
  • bash unit testing enterprise edition framework for professionals

    1 project | /r/commandline | 2 Mar 2021

Did you know that C++ is
the 7th most popular programming language
based on number of references?