-
Notifications
You must be signed in to change notification settings - Fork 998
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 unit test case for DataGridView 21 events #11691
Add unit test case for DataGridView 21 events #11691
Conversation
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.
Looks good, I added only minor comments
src/System.Windows.Forms/tests/UnitTests/System/Windows/Forms/DataGridViewTests.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/tests/UnitTests/System/Windows/Forms/DataGridViewTests.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/tests/UnitTests/System/Windows/Forms/DataGridViewTests.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!
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #11691 +/- ##
===================================================
+ Coverage 74.55969% 74.70269% +0.14300%
===================================================
Files 3041 3042 +1
Lines 629780 630225 +445
Branches 46845 46846 +1
===================================================
+ Hits 469562 470795 +1233
+ Misses 156849 156069 -780
+ Partials 3369 3361 -8
Flags with carried forward coverage won't be shown. Click here to find out more. |
related #10453
Proposed changes
Microsoft Reviewers: Open in CodeFlow