Continuous Integration and Unit Testing
Unit Testing doesn’t exist in a vacuum. It needs to integrate into your overall workflow. Learn how CI and Unit Testing can work together.
Unit Testing doesn’t exist in a vacuum. It needs to integrate into your overall workflow. Learn how CI and Unit Testing can work together.
In a previous article, I mentioned that one reason to use a Test Double was to increase performance. One place where this is evident is in database access. Doubles can be very useful for database operations for the following reasons: …
Struggling with hard to test code? Learn how to use dependency injection to replace your production code with a Test Double.
Hollywood discovered the value of stunt doubles a long time ago. Learn how you can use the same idea to test hard to test code.