testing-concept-isolated-tests

blog-post-test-isolation-is-about-avoiding-mocks#isolated-tests-drive-better-design

"This is a large part of the claim that isolated tests drive better design. Because an isolated test must set up all collaborators as mocks, the only way to reduce the mock complexity is to reduce the depth of collaboration"

 

In clean architecture, this is the testing-concept-the-happy-zone

Related to

testing-concept-fast-tests

Referring Pages

codedtested testing-concept-fast-tests testing-concept-clean-architecture