We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Restore Quickstart! Sorry for that, I didn't expect this repository to be redoctable. -_-
Created Quickstart (markdown)
Destroyed Quickstart (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
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.
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
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)
Remove outdated Silverlight reference
Explaining how to verify that a group of calls happened in sequence via MockSequence and InSequence
add callback which sets mock setup property
Add SetupAdd, SetupRemove, VerifyAdd, VerifyRemove
Move generic type argument matching to "Advanced features" :-D
Add section about generic type matching
Fix callback samples (fixup)
Fix callback samples
Semicolon in wrong place.
First execute Callback then Returns as default example and move Callback with different return values to section Callbacks