|
by Patrik Hägne via Legend and truth on 5/15/2010 12:59:00 PM
This is the first part in a series of blog posts that will demo FakeItEasy through TDD-ing a simple Login Service using C#. This is a port of Brett Schucherts excelent demo of Mockito in Java. As this is a demo of FakeItEasy, I will omit the refactoring part of Brett’s original example, please don’t miss it though as it can be found here. I’ve tried to stay as close to the original example as possible so that they can be easily compared. The source for this example series can be found in a Mercu
... [ read more ]
|