We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated FAQ (markdown)
Restore Quickstart! Sorry for that, I didn't expect this repository to be redoctable. -_-
Created Quickstart (markdown)
Destroyed Quickstart (markdown)
Destroyed _Footer (markdown)
This isn't documented well enough, I see a lot of people instantiating the same mocks before every test instead of creating it once and using Mock.Reset method
Created _Footer (markdown)
Destroyed Boris (markdown)
Created Boris (markdown)
Modify moqthis.com --> http://moq.github.io/moq4/
Add hint that only overridable methods can be set up
had to write out the services more to explicitly explain how the InSequence method works
The protected member needs to be virtual to be able to be override.
Fix typos.
Make "Async Methods" a sub-section of "Methods"
Add outline at top of page
Add some info about setting up async methods
Updated Quickstart (markdown)
Generic type argument matching: give `object` priority over `It.IsAnyType`
Added a note how to match generic type arguments in Moq < 4.13
Remove defunct link to NuDoq
Make it more explicit on how to use an arbitrary interface to get more insights on a protected method. Based in the info provided in #934
Fix incorrect invocation of `VerifyRemove` (event _remove_ method is required)