do not click

Meeting C++ 2024   |  Online   |  Training   |  Books   |  Survey   |  Job fair   |  Advertising   |  Jobposting   |  Login

Meeting C++ 2024 - Clean Test: a modern C++20 testing framework

Conference | Live Schedule | Talks | Get your ticket | Set your timezone

Philipp Ochsendorf

On Day 3 at 13:15 in Track C (Jade Room)

Automated software testing is probably the most important prerequisite for developing high-quality software quickly. Tests verify invariants during software development. This increases stability and improves efficiency of developers. In addition, proper testing makes it easier to collaborate on larger projects with well-defined, established components.

In this talk, we present Clean Test: the C++ testing framework we wish had existed sooner. Clean Test implements a unique constexpr expression introspection mechanism that supports short-circuiting. The entire library has no dependencies, consists of standard C++20, and requires no macros. Clean Test is thread-safe and allows the simultaneous execution of any number of tests. The framework meets technical criteria of software engineers (e.g. Junit support, Unicode handling, runtime configurability). Any existing test can be converted to Clean Test using hackable and extensible migration utilities.

Please login to comment

Copyright Meetingcpp GmbH Imprint Piwik Opt out Privacy Policy