Techniques for Mocking in C++
Offered By: code::dive conference via YouTube
Course Description
Overview
Explore advanced techniques for mocking in C++ with Adam Badura in this 55-minute conference talk from code::dive 2017. Delve into topics such as passive singletons, external API mocking, and mixed solutions. Gain insights into various mocking strategies and their practical applications in C++ development. Learn how to implement effective testing methodologies and improve code quality through comprehensive mocking techniques. Discover additional resources and references to further enhance your understanding of mocking in C++.
Syllabus
Intro
Agenda
Passive Singleton
External API
Mixed solution
Other techniques
References
Taught by
code::dive conference
Related Courses
From Developer to SW Architectcode::dive conference via YouTube Stop Writing Test Doubles You Are Using
code::dive conference via YouTube You Can Do Better! Presentations That Are Captivating
code::dive conference via YouTube What C and C++ Developers Can Learn from Rust
code::dive conference via YouTube Beautiful Python Refactoring II
code::dive conference via YouTube