Efficiencies by using StructureMap AutoMocker

120 views Asked by At

We are currently using Rhino Mocks to test our code in our C#, ASP.Net MVC projects, and some of the tests get really lengthy with mocking up all the repositories, services, and such.
Does anyone have any estimates, or know of where I might find estimates on how many lines of code can be saved, on average, by using Structuremap Automocker to create the mocks and stubs?

0

There are 0 answers