I\'ve got a base class that I\'m using as a PartialMock as such 1IContextManager contextManager = mocks.StrictMock<IContextManager>();
Why is there so much hating going on about \'partial mocking\' and the code that requires it? Here\'s an (theoretical) example implementation:
We\'re trying to move an ASP.NET MVC application, which uses DotNetOpenAuth OpenID Version 3.4.1, from a single server web garden to a physical server cluster held behind a hardware load balancer.