Isolator - unit testing done right? Part #2
What should we do to start mocking? In the most simple case, we extract the interface from the functionality we want to mock and prepare another implementation that returns mock results. Unfortunately, there are few problems: first, this code may be the legacy one (so there’s no chance for...
