Skip to content
SP StackPractices

Tag: test-doubles

1 resource tagged with "test-doubles" on StackPractices.

Write Unit Tests with Mocks and Stubs

How to isolate code under test using mock objects, stubs, and spies to replace external dependencies like databases, APIs, and file systems.