hmemcpy / AgentMulder

** THIS PLUGIN IS NO LONGER MAINTAINED. PLEASE FOLLOW ERNICOMMUNITY FOR UPDATES **
https://github.com/ERNICommunity/AgentMulder
MIT License
151 stars 33 forks source link

Support for Moq #68

Open jho1965us opened 9 years ago

jho1965us commented 9 years ago

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, ...);