-
Notifications
You must be signed in to change notification settings - Fork 997
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 TrackBarRenderer #12427
Add code coverage for TrackBarRenderer #12427
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #12427 +/- ##
===================================================
+ Coverage 75.64923% 75.71467% +0.06543%
===================================================
Files 3149 3152 +3
Lines 635865 635709 -156
Branches 47018 46970 -48
===================================================
+ Hits 481027 481325 +298
+ Misses 151380 150948 -432
+ Partials 3458 3436 -22
Flags with carried forward coverage won't be shown. Click here to find out more. |
src/System.Windows.Forms/tests/UnitTests/System/Windows/Forms/TrackBarRendererTests.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.
Other than small comments, LGTM.
src/System.Windows.Forms/tests/UnitTests/System/Windows/Forms/TrackBarRendererTests.cs
Show resolved
Hide resolved
src/System.Windows.Forms/tests/UnitTests/System/Windows/Forms/TrackBarRendererTests.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/tests/UnitTests/System/Windows/Forms/TrackBarRendererTests.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
* Add code coverage for TrackBarRenderer * Handle FeedBacks * Handle FeedBacks * Handle FeedBacks * Handle FeedBacks
related #10453
Proposed changes
Add unit tests for TrackBarRenderer.cs to test its properties & methods
Microsoft Reviewers: Open in CodeFlow