-
Notifications
You must be signed in to change notification settings - Fork 1k
Add code coverage for MultiPropertyDescriptorGridEntry #13713
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Add code coverage for MultiPropertyDescriptorGridEntry #13713
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #13713 +/- ##
===================================================
+ Coverage 76.82817% 76.92236% +0.09418%
===================================================
Files 3257 3261 +4
Lines 642595 643246 +651
Branches 47565 47607 +42
===================================================
+ Hits 493694 494800 +1106
+ Misses 145234 144779 -455
Partials 3667 3667
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds comprehensive unit test coverage for the MultiPropertyDescriptorGridEntry
class to address issue #13442. The tests cover various public and protected methods and properties of the class to ensure proper functionality and behavior.
- Adds test coverage for container property behavior with different component scenarios
- Tests expandable property logic and component retrieval methods
- Validates notification and change management functionality
Related #13442
Proposed changes
Add unit test file:MultiPropertyDescriptorGridEntryTests.cs for public/protected methods/properties of the MultiPropertyDescriptorGridEntry.cs
Microsoft Reviewers: Open in CodeFlow