Production Use of Boost.Test
Offered By: CppNow via YouTube
Course Description
Overview
Explore advanced usage scenarios of Boost.Test in production components in this comprehensive conference talk from CppNow. Dive into the execution_monitor's function guarding capabilities, examining various configuration options and new features like handling floating point exceptions and trap site callbacks. Learn about program_execution_monitor for high-level program execution guarding. Discover how to utilize Boost test tools in production components. Examine two approaches to in-place unit testing: using compile-time switches and implementing console test runners with shared library builds. Gain valuable insights into leveraging Boost.Test effectively in real-world C++ development environments.
Syllabus
Gennadiy Rozental: Production use of Boost.Test
Taught by
CppNow
Related Courses
Your Favorite Undefined Behavior in C++CppNow via YouTube Under the Hood - Assembly, System Calls, and Hardware in C++
CppNow via YouTube Carbon Language Successor Strategy - From C++ Interop to Memory Safety
CppNow via YouTube Value Oriented Programming Part 1 - You Say You Want to Write a Function
CppNow via YouTube Introducing a Memory-Safe Successor Language in Large C++ Code Bases
CppNow via YouTube