AI Features

Introduction: Test Doubles—Stubs and Mocks

Get an introduction to what you’ll learn in this chapter.

We'll cover the following...

In this chapter, we’re going to solve a common testing challenge.

How can we test an object that depends on another object? What do we do if that collaborator is difficult to set up with test data? ...