In testing automation, test double objects that store pre-configured canned answers to calls made during test execution are called:
AMocks
BDummies
CSpies
DStubs
Explanation
Stubs provide canned responses to method calls made during a test, without verifying execution behavior.

No Comments