-
Notifications
You must be signed in to change notification settings - Fork 1k
Add unit tests for DataGridViewSortCompareEventArgs #12768
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 tests for DataGridViewSortCompareEventArgs #12768
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #12768 +/- ##
===================================================
+ Coverage 76.18717% 76.18836% +0.00119%
===================================================
Files 3193 3196 +3
Lines 640306 640439 +133
Branches 47237 47239 +2
===================================================
+ Hits 487831 487940 +109
- Misses 148942 148963 +21
- Partials 3533 3536 +3
Flags with carried forward coverage won't be shown. Click here to find out more. |
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.
Other than a small comment, LGTM!
....Windows.Forms/tests/UnitTests/System/Windows/Forms/DataGridViewSortCompareEventArgsTests.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!
....Windows.Forms/tests/UnitTests/System/Windows/Forms/DataGridViewSortCompareEventArgsTests.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 #10453
Proposed changes
Microsoft Reviewers: Open in CodeFlow