Blog Home


Unit Testing XVI - Wrapup

A review and evaluation of the series on unit testing and a preview of code coverage

Unit Testing XV - Mock Objects

Using mock objects to test how often a method is executed

Unit Testing XIV – Dependency Injection in the User Class

Adding Dependency Injection to the User class

Unit Testing XIII - Inversion of Control and Dependency Injection

Using Inversion of Control (IOC) and Dependency Injection (DI), to improve your code

Unit Testing XII - Updating the User Class

Updating the User class to pass the new tests

Unit Testing XI - Refactoring the User Class Test

Adapting our User class to handle external validation

Unit Testing X - Creating our Validator Class

Moving validation to a separate class

Unit Testing VIII - An Improved User Class

Fixing some problems with the user class

Unit Testing VII - Testing Error Handling with Stubs

Introducing better error handling and unit testing it with using stubs

Unit Testing VI - A Bad Constructor

An example of a bad (and virtually untestable) constructor