Isolated Unit Testing using Rhino Mocks and StructureMap
July 11th, 2009
No comments
Get the code here: TestingInIsolation.zip
Unit testing classes that touch systems like a database or the file system used to be quite a laborious task, but with some of the free testing tools available on the web today, the job has become much easier. For this example, I’ll use three readily available testing tools:
Rhino Mocks [...]
