For anyone lucky enough to work on new bleeding-edge projects and compilers, this looks appealing, but I too was left in partial disambiguation mode after looking a more than the basic example.  Lots of example are good, but the explanation around them is too thin.

 

(It is also unsuitable for existing Boost projects that have been supporting C++03 compilers, and up, for decades, and I don’t see all the facilities available in combination with b2/bjam to cover all the myriad of platforms and compilers that are used to fill the extensive Boost test matrix).

 

Paul

 

From: Boost-users <boost-users-bounces@lists.boost.org> On Behalf Of Krzysztof Jusiak via Boost-users
Sent: 21 November 2019 15:24
To: boost@lists.boost.org; boost-users@lists.boost.org; boost-announce@lists.boost.org
Cc: Krzysztof Jusiak <krzysztof@jusiak.net>
Subject: [Boost-users] Interest in a C++20 Unit Testing Framework?

 

Hi,

 

I was wondering whether there is any interest in exploring a C++20 single header/single module, macro-free Unit Testing Framework with no dependencies?

 

Github: https://github.com/boost-experimental/ut

 

Additional links:

- Try it online: https://godbolt.org/z/uVDxkW 

- Benchmarks: https://github.com/boost-experimental/ut#benchmarks

- How it works?: https://github.com/boost-experimental/ut#how-it-works

 

Thanks, Kris