...

/

Summary and Quiz: Test Doubles—Stubs and Mocks

Summary and Quiz: Test Doubles—Stubs and Mocks

Test your knowledge of test doubles including stubs and mocks.

We'll cover the following...

Chapter’s recap

In this chapter, we’ve looked at how to solve the problem of testing problematic collaborators. We’ve learned how to use stand-in objects for ...