Part 3. The test code
This part covers techniques for managing and organizing unit tests and for ensuring that the quality of unit tests in real-world projects is high.
Chapter 7 first covers the role of unit testing as part of an automated build process and follows up with several techniques for organizing different kinds of tests according to categories (speed, type) with a goal of reaching what I call the safe green zone. It also explains how to “grow” a test API or test infrastructure for your application.