No detailed description available for "Test-Driven Development with C++".
Sprache
Verlagsort
Basel/Berlin/Boston
Großbritannien
Zielgruppe
Editions-Typ
Produkt-Hinweis
Dateigröße
ISBN-13
978-1-80323-806-7 (9781803238067)
Schweitzer Klassifikation
Tanner Abdul Wahid:
Abdul Wahid Tanner is the founder and an instructor at Take Up Code which teaches programmers the joys of coding through live classes, podcasts, books and more. He has authored two self-published titles, "How To Code C++ From A Simple Idea To A Game You'll Understand!" and "The C++ Game Starter Template System". He was previously working as a software engineer at Bloomberg LP, and a Principal Software Engineer at Citrix. With over four decades of experience in the tech world, he has worked with established companies such as Dell and Microsoft in the past, and has been a speaker at CppCon. He currently resides in Texas, USA.
Table of Contents - Desired Test Declaration
- Test Results
- The TDD process
- Adding Tests to a Project
- Adding More Confirm Types
- Explore Improvements Early
- Test Setup and Teardown
- What Makes a Good Test?
- Using Tests
- The TDD Process In Depth
- Managing Dependencies
- Creating Better Test Confirmations
- How to Test Floating-Point and Custom Values
- How to Test Services
- How to Test With Multiple Threads