docs: document Match.AnyParameters and Match.Parameters#382
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds documentation for the Match.AnyParameters() and Match.Parameters() methods, which provide simplified parameter matching for methods without overloads. The changes also include formatting improvements to line wrapping in several documentation files.
Changes:
- Documents
Match.AnyParameters()andMatch.Parameters()methods for parameter matching - Improves line wrapping consistency in documentation files
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| README.md | Adds documentation for Match.AnyParameters() and Match.Parameters() methods, fixes line wrapping for SkipBaseClass description |
| Docs/pages/02-setup.md | Adds documentation for Match.AnyParameters() and Match.Parameters() methods, improves line wrapping for parameter matcher descriptions |
| Docs/pages/01-create-mocks.md | Improves line wrapping for SkipBaseClass description |
🚀 Benchmark ResultsDetails
|
|
|
This is addressed in release v1.0.1. |



This PR adds documentation for the
Match.AnyParameters()andMatch.Parameters()methods, which provide simplified parameter matching for methods without overloads.Key Changes:
Match.AnyParameters()andMatch.Parameters()methods for parameter matching