To write unit tests for classes, you need to create all their collaborating objects. Test Doubles are a way to provide these objects while focussing on the class under test. This artice presents Test Doubles and how to create them with effortlessly.
Category: Software Development
Categories
How to Use Test Frameworks


In this article, I describe the concept of Test Driven Development. It is a very important part of your Programmer’s Toolbox. It will help you write better code and have less stress maintaining and extending it.