How to set a free TDD-enabled environment Download and install the following: Testing framework: NUnit (version: 2.4.1
How to mock static class or static member for testing One of the problems with static members or static classes is that
Writing Thread Safety tests for instance data In my last post, I wrote about Implementing a simple multi-threaded TasksQueue.
Implementing a simple multi-threaded TasksQueue In one of my tasks, I had to create a simple mechanism
One thing ends so that another could begin This title encapsulate a lot of changes in my life. Leaving Mercury\
Using Rhino Mocks to Unit Test Events on Interfaces, take 2 Phil Haack gives an excellent example of how to test a registration
Fluent Interfaces - Let the API tell the story In my last post about Creating a decent API for client side