Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MendelMonteiro authored Jan 11, 2019
1 parent 03af486 commit 0db1aae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,19 @@ MoqComplete is a Resharper plugin which provide auto-completion for the Moq fram
## Features
### It.IsAny completion
Suggest It.IsAny() when setting up mocked method

![](Media/ItIsAnyCompletion.gif)

### Callback Completion
Suggest full Callback<...> method

![](Media/CallbackCompletion.gif)

### Mock suggestion
Suggest existing mock.Object

![](Media/MockCompletion.gif)

Or new Mock in constructor

![](Media/MockProposalCompletion.gif)

0 comments on commit 0db1aae

Please sign in to comment.