Using Test Doubles with Unit Tests – PART 1
Test Double is a generic term for any case where you replace a production object for testing purposes. We now introduce a significant piece of the unit testing approach—test doubles. Using test doubles is a way of creating a class whose behavior can be changed at runtime. These classes can be used to unit test […]
Continue Reading