Skip to content

lconstan/Abc.MoqComplete

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build

Abc.MoqComplete

MoqComplete is a Resharper plugin which provide auto-completion for the Moq framework (and Moq.AutoMock)
Works with latest Resharper 2021 and Rider (non EAP)

Features

It.IsAny completion

Suggest It.IsAny() when setting up mocked method

Suggest It.IsAny() when using verify on mocked method

Callback Completion

Suggest full Callback<...> method

Returns Completion

Suggest full Returns<...> method

Suspicious Callback Detection

Detect suspicious Callback

Mock suggestion

Suggest existing mock.Object

Or new Mock in constructor

Fill with Mock

Fill an object with Mock objects (using fields or local variables)

Mock variable name completion

Suggest the mock variable name

More informations

Please see the FAQ before creating an issue.

About

Auto-completion plugin for Moq

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 92.3%
  • PowerShell 7.7%