-
Notifications
You must be signed in to change notification settings - Fork 1k
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 FocusableLabel #12773
Add unit tests for FocusableLabel #12773
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #12773 +/- ##
===================================================
- Coverage 76.18076% 76.10286% -0.07790%
===================================================
Files 3193 3256 +63
Lines 640306 642897 +2591
Branches 47237 47316 +79
===================================================
+ Hits 487790 489263 +1473
- Misses 148983 150075 +1092
- Partials 3533 3559 +26
Flags with carried forward coverage won't be shown. Click here to find out more. |
src/System.Windows.Forms/tests/UnitTests/System/Windows/Forms/FocusableLabelTests.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/tests/UnitTests/System/Windows/Forms/FocusableLabelTests.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/tests/UnitTests/System/Windows/Forms/FocusableLabelTests.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.
All LGTM!
src/System.Windows.Forms/tests/UnitTests/System/Windows/Forms/FocusableLabelTests.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/tests/UnitTests/System/Windows/Forms/FocusableLabelTests.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/tests/UnitTests/System/Windows/Forms/FocusableLabelTests.cs
Outdated
Show resolved
Hide resolved
New review added comments to be addressed
src/System.Windows.Forms/tests/UnitTests/System/Windows/Forms/FocusableLabelTests.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/tests/UnitTests/System/Windows/Forms/FocusableLabelTests.cs
Show resolved
Hide resolved
src/System.Windows.Forms/tests/UnitTests/System/Windows/Forms/FocusableLabelTests.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/tests/UnitTests/System/Windows/Forms/FocusableLabelTests.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 unit tests for FocusableLabel * grammar error * update * null&false * no reflection * add the new keyword --------- Co-authored-by: v-chaowendy <v-chaowendy@24H2W11>
related #10453
Proposed changes
Microsoft Reviewers: Open in CodeFlow