Conversation
🚀 Benchmark ResultsDetails
|
There was a problem hiding this comment.
Pull request overview
This PR improves documentation clarity and consistency across README.md and the create-mocks documentation page by reorganizing content, clarifying explanations, and fixing examples.
Changes:
- Reorganized
MockBehavioroptions documentation to improve readability - Updated code examples to use
MockBehavior.Default with { ... }syntax instead ofnew MockBehavior { ... } - Added clarifying notes about wrapping instances and additional interfaces
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| README.md | Reorganized MockBehavior options, updated examples to use with syntax, added clarifications for mocking multiple interfaces and wrapping instances |
| Docs/pages/01-create-mocks.md | Applied identical documentation improvements as README.md for consistency |
03737c9 to
1d9f6ef
Compare
27e71e6 to
30b1d39
Compare
30b1d39 to
f374f88
Compare
|
|
This is addressed in release v1.2.0. |



This PR improves documentation clarity and consistency across README.md and the create-mocks documentation page by reorganizing content, clarifying explanations, and fixing examples.
Key Changes:
MockBehavioroptions documentation to improve readabilityMockBehavior.Default with { ... }syntax instead ofnew MockBehavior { ... }