TestHelpers: Refactoring a Validation Test
Sometimes unit tests can get rather ugly and have a lot of duplication. We’ve heard about this DRY thing, but does it really apply to test code as well? If you keep your tests DRY through refactoring, you’ll start to build a library of helpers which can make testing so much easier. We are going to look into one such refactoring in this article…

