Part 2: Using TDD to Create a Logging Library
This book is divided into three parts. In this second part, we’re going to use the unit test library to design and build a logging library. Along the way, you’ll see how to use TDD in a different project just as you’ll need to do when working on your own projects.
The following chapters are covered in this part:
- Chapter 9, Using Tests
- Chapter 10, The TDD Process in Depth
- Chapter 11, Managing Dependencies