Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds documentation for Mockolate's protected member support feature. The changes document how to set up and verify protected virtual members (methods, properties, and indexers) on class mocks using the .Protected accessor.
Changes:
- Added comprehensive documentation section in README.md explaining protected member setup and verification
- Created new dedicated documentation page for protected members in the advanced features section
- Updated solution file to include the new documentation files
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| README.md | Added "Working with protected members" section with examples of setup and verification for protected methods, properties, and indexers |
| Mockolate.slnx | Added references to new documentation files for protected members and callback features |
| Docs/pages/advanced-features/01-working-with-protected-members.md | Created dedicated documentation page covering protected member functionality with detailed examples |
Docs/pages/advanced-features/01-working-with-protected-members.md
Outdated
Show resolved
Hide resolved
|
🚀 Benchmark ResultsDetails
|
|
This is addressed in release v1.1.0. |



This PR adds documentation for Mockolate's protected member support feature. The changes document how to set up and verify protected virtual members (methods, properties, and indexers) on class mocks using the
.Protectedaccessor.Key Changes: