Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds documentation for the ThatAllSetupsAreUsed verification method, which allows users to check if all configured mock setups have been invoked during test execution.
Key changes:
- Documents the new
ThatAllSetupsAreUsedmethod alongside the existingThatAllInteractionsAreVerifiedmethod - Includes code examples and explanations for both the main README and documentation pages
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| README.md | Added documentation for ThatAllSetupsAreUsed method and restructured the unexpected interactions section with numbered items |
| Docs/pages/04-verify-interactions.md | Added identical documentation for ThatAllSetupsAreUsed method in the verification interactions page |
🚀 Benchmark ResultsDetails
|
|
|
This is addressed in release v0.42.0. |



This PR adds documentation for the
ThatAllSetupsAreUsedverification method, which allows users to check if all configured mock setups have been invoked during test execution.Key changes:
ThatAllSetupsAreUsedmethod alongside the existingThatAllInteractionsAreVerifiedmethod