You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 3, 2018. It is now read-only.
I know Moq is not an IoC, but still I would like to navigate the code the same way
It would be nice if AgentMulder used a different icon for Mocks than IoC references though
E.g.
MockRepository factory = new MockRepository(MockBehavior.Strict);
var fooMock = factory.Create(MockBehavior.Loose, ...);