Test Doubles

Choose stubs, fakes, and mocks deliberately and default to verifying state over interaction so tests survive refactors. Use when a test needs to stand in for a slow, external, or nondeterministic dependency.

Amey-Thakur 8eef305 2.7 KB Updated

File contents

Amey-Thakur/AI-SKILLS/tree/main/skills/testing/test-doubles commit 8eef305cc9

Frequently asked questions

npx skillmds@latest add amey-thakur/test-doubles