IntermediateVocabulary#developer-tools#backend#software-architecture

Test Doubles Vocabulary

Build fluency in the vocabulary of substituting a lightweight stand-in for a real dependency in a unit test.

0 / 5 completed
1 / 5
At standup, a dev mentions replacing a real dependency, like a payment gateway, with a lightweight stand-in object that mimics its interface during a unit test, so the test runs fast and doesn't depend on the real external system. What is this stand-in object called?