A stand-in that returns predefined responses for specific requests. Useful for unit tests; unlike an emulator, it verifies that code calls an API, not that code works against the service’s behavior.
Mock
A stand-in that returns predefined responses for specific requests. Useful for unit tests; unlike an emulator, it verifies that code calls an API, not that code works against the service's behavior.