Clean Test: A Modern C++20 Testing Framework
Offered By: Meeting Cpp via YouTube
Course Description
Overview
Explore a modern C++20 testing framework called Clean Test in this conference talk from Meeting C++ 2022. Discover how automated software testing can improve code quality and development efficiency. Learn about Clean Test's unique features, including constexpr expression introspection with short-circuiting, thread-safety, and simultaneous test execution. Understand the framework's technical advantages, such as Junit support, Unicode handling, and runtime configurability. Gain insights into migrating existing tests to Clean Test using hackable and extensible utilities. Delve into the benefits of a dependency-free, standard C++20 library that requires no macros, making it an ideal choice for large-scale collaborative projects with well-defined components.
Syllabus
Clean Test: a modern C++20 testing framework - Philipp Ochsendorf - Meeting C++ 2022
Taught by
Meeting Cpp
Related Courses
Sane and Safe C++ Class TypesNDC Conferences via YouTube Constexpr ALL the Things!
CppNow via YouTube Goodbye Metaprogramming, and Hello Functional
CppNow via YouTube Constexpr - C++ At Compile Time
CppNow via YouTube C++11 - New Tools for Class and Library Authors
CppNow via YouTube