Poor Man’s Automoq in .NET 4
So, the other day I mentioned to a coworker that I was working on a tool that would wrap moq and provide expressive test double names. I then mentioned the tool AutoMoq, and he showed me something that he was doing. It’s very simple: [TestClass] public class FeatureResetServiceTest { #region Builders private static FeatureResetService BuildTarget(IFeatureLocator…
