-
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
Add code coverage for MultiPropertyDescriptorGridEntry #13713
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #13713 +/- ##
===================================================
+ Coverage 76.82817% 76.92335% +0.09517%
===================================================
Files 3257 3261 +4
Lines 642595 643252 +657
Branches 47565 47607 +42
===================================================
+ Hits 493694 494811 +1117
+ Misses 145234 144772 -462
- Partials 3667 3669 +2
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
...test/unit/System.Windows.Forms/System/Windows/Forms/MultiPropertyDescriptorGridEntryTests.cs
Show resolved
Hide resolved
...test/unit/System.Windows.Forms/System/Windows/Forms/MultiPropertyDescriptorGridEntryTests.cs
Show resolved
Hide resolved
...test/unit/System.Windows.Forms/System/Windows/Forms/MultiPropertyDescriptorGridEntryTests.cs
Show resolved
Hide resolved
...test/unit/System.Windows.Forms/System/Windows/Forms/MultiPropertyDescriptorGridEntryTests.cs
Show resolved
Hide resolved
...test/unit/System.Windows.Forms/System/Windows/Forms/MultiPropertyDescriptorGridEntryTests.cs
Show resolved
Hide resolved
...test/unit/System.Windows.Forms/System/Windows/Forms/MultiPropertyDescriptorGridEntryTests.cs
Show resolved
Hide resolved
...test/unit/System.Windows.Forms/System/Windows/Forms/MultiPropertyDescriptorGridEntryTests.cs
Outdated
Show resolved
Hide resolved
...test/unit/System.Windows.Forms/System/Windows/Forms/MultiPropertyDescriptorGridEntryTests.cs
Outdated
Show resolved
Hide resolved
...test/unit/System.Windows.Forms/System/Windows/Forms/MultiPropertyDescriptorGridEntryTests.cs
Show resolved
Hide resolved
...test/unit/System.Windows.Forms/System/Windows/Forms/MultiPropertyDescriptorGridEntryTests.cs
Outdated
Show resolved
Hide resolved
...test/unit/System.Windows.Forms/System/Windows/Forms/MultiPropertyDescriptorGridEntryTests.cs
Outdated
Show resolved
Hide resolved
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.
Thank you!
Related #13442
Proposed changes
Add unit test file:MultiPropertyDescriptorGridEntryTests.cs for public/protected methods/properties of the MultiPropertyDescriptorGridEntry.cs
Microsoft Reviewers: Open in CodeFlow