We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Add `[Matcher]` attribute to custom matcher method
Updated Quickstart (markdown)
Added example for case when sender is in event handler parameters
Document some new features being added in Moq 4.8; minor corrections
Make instructions for `[InternalsVisibleTo("DynamicProxyGenAssembly2")]` more precise
Fix code in section "Advanced Features"
make code in section "Customizing Mock Behavior" compile
make code in section "Verification" compile
Make code examples in section "Callbacks" compile
Make code in section "Properties" compile (probably needs to be improved some more so that verify doesn't fail)
Make code in section "Matching arguments" compile
simplify IFoo definition
Declared and initialized variable count, which is used in (lazy evaluating return value)
inserted parameter names in IFoo methods, in order IFoo be a valid C# interface.
Add example for SetupSequence to Miscellaneous section
This is not a very good getting started guide. There isn't a single block of code that you can paste into a xUnit test and have it just run the called mocked methods.
Rename `MockFactory` to `MockRepository` (as suggested in #153)
Remove broken link (as was decided in https://github.com/moq/moq4/issues/159)
Fix one-line code blocks
I'm picky about adverbs.
Updated the Interface assumptions for the Methods section
Added question.
Added newline
Added note that the link to microsoft connect is dead.