7 ms·
Mocks and stubs provide lower test fidelity than the real thing. Also makes your tests more brittle as you need to update them whenever the real implementation
by kaczordon 4y ago
Mocks and stubs provide lower test fidelity than the real thing. Also makes your tests more brittle as you need to update them whenever the real implementation changes.
- tengbretson 4y agoOf course test the real thing if you can. The introduction of mocks and stubs to the conversation to me has already implied that is not possible.