Part 1: Testing MVP
This book is divided into three parts. In this first part, you’ll learn why Test-Driven Development is important and how to use it to help you design and write software. We’ll be starting with an empty project and using Test-Driven Development practices to design and build a unit test library. You’ll learn everything you need by following along as we explore ideas and build a working project one step at a time.
The following chapter will be covered in this part:
- Chapter 1, Desired Test Declaration
- Chapter 2, Test Results
- Chapter 3, The TDD process
- Chapter 4, Adding Tests to a Project
- Chapter 5, Adding More Confirm Types
- Chapter 6, Explore Improvements Early
- Chapter 7, Test Setup and Teardown
- Chapter 8, What Makes a Good Test?