Welcome to EMC Consulting Blogs Sign in | Join | Help

Browse by Tags

All Tags » c# » Unit Testing
  • Using the Object Builder Pattern to Manage Test Data

    During my last project it became apparent that we had no consistency in how we created the data used in our unit tests; listed below are some of the various different solutions that had been implemented Private helper methods that created entities, often these methods had been cut and paste into other unit test classes Creating and setting ...
    Posted to Owain Wraggs' Blog (Weblog) by Owain.Wragg on March 17, 2009
  • Unit Testing With Rhino Mocks

    I’ve been asked on a few occasions by my colleagues how I approach unit testing with Rhino Mocks; my approach has changed since Rhino Mocks 3.5 with the new Arrange Act Assert (AAA) syntax was released, so I thought I would write about why I use Rhino Mocks and show some example tests. The reasons I use Rhino Mocks are It allows me to do ...
    Posted to Owain Wraggs' Blog (Weblog) by Owain.Wragg on November 6, 2008
Powered by Community Server (Personal Edition), by Telligent Systems