5 ms·
When I see this criticism of mocks, it appears to me that the critic is primarily used to seeing tests that are either mocking the thing-under-test or don't und
by MattHeard 3y ago
When I see this criticism of mocks, it appears to me that the critic is primarily used to seeing tests that are either mocking the thing-under-test or don't understand the boundaries of the thing-under-test.
- sanderjd 3y agoAgreed. And the thing-under-test having very unclear boundaries is very common.