Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 893 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 893 Bytes

Build status

Mocking.Helpers

Helpers for .net mocking frameworks as a Visual Studio 2017 extension

Moq

Support autocompletion of It.IsAny in Setup method moq

NSubstitute

Support autocompletion of Arg.Any in For method moq

FakeItEasy

Support autocompletion of A<>.Ignored in CallTo Method fakeiteasy

Troubleshooting

This extension relies on Roslyn for type/methods parsing.

It will not work if Visual Studio is configured to used another completion mechanism than Intellisense (e.g. R#)