Skip to main content Link Menu Expand (external link) Document Search Copy Copied
Last updated: Apr 05, 23 09:42 UTC | Permalink

12 - Larger Tests

Learning Objectives:

Modules larger than a single function or class introduce new difficulties in testing. In this module, you will learn:

  • When and why you might introduce a test double in your testing
  • How and when to apply different kinds of test doubles such as mocks and spies
  • Why a system might require tests larger than unit tests.

Lecture Slides:

Resources


© 2023 Adeel Bhutta, Jan Vitek and Mitch Wand. Released under the CC BY-SA license