Unit Test Attribute #10 – Isolation
This is last, final, and 10th entry in the ten commandments of unit tests attributes that started here. And you should read all of them. We usually talk about isolation in terms of mocking. Meaning, when we want to write unit tests, and the code has dependencies, we use mocking Read more…