Part 3: Extending the TDD Library to Support the Growing Needs of the Logging Library
This book is divided into three parts. In this third and final part, we’ll be enhancing the unit test confirmations to use a new modern style called Hamcrest confirmations. You’ll also learn how to test services and how to test with multiple threads. This third part will tie everything you’ve learned so far together and prepare you to use TDD in your own projects.
The following chapters are covered in this part:
- Chapter 12, Creating better test assertions
- Chapter 13, How to Test Floating-Point and Custom Values
- Chapter 14, How to Test Services
- Chapter 15, Testing Across Multiple Threads