Conversation
and re-activate temporarily skipped tests
There was a problem hiding this comment.
Pull Request Overview
This PR updates the aweXpect.Core dependency from version 2.16.0 to 2.16.1 and re-activates previously skipped tests that were temporarily disabled pending this core version update. The change enables functionality that was waiting for the core library update to be properly tested.
- Updated aweXpect.Core package version to 2.16.1
- Re-enabled 6 previously skipped test methods across delegate exception handling tests
- Restored test coverage for exception throwing behavior with "Which" and "Whose" clause functionality
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| Directory.Packages.props | Updates aweXpect.Core package version from 2.16.0 to 2.16.1 |
| Tests/aweXpect.Tests/Delegates/ThatDelegate.Throws.WhichTests.cs | Re-enables 3 skipped test methods by removing Skip attributes |
| Tests/aweXpect.Tests/Delegates/ThatDelegate.Throws.WhoseTests.cs | Re-enables 3 skipped test methods by removing Skip attributes |
|
…717) by Valentin Breuß
…717) by Valentin Breuß
🚀 Benchmark ResultsDetails
|
👽 Mutation ResultsaweXpectDetails
The final mutation score is NaN%Coverage Thresholds: high:80 low:60 break:0aweXpect.CoreDetails
The final mutation score is NaN%Coverage Thresholds: high:80 low:60 break:0 |
|
This is addressed in release v2.21.1. |



This PR updates the aweXpect.Core dependency from version 2.16.0 to 2.16.1 and re-activates previously skipped tests that were temporarily disabled pending this core version update.