|
|
Browse by Tags
All Tags » c# » Unit Testing
-
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 ...
-
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 ...
|
|
|