-
Notifications
You must be signed in to change notification settings - Fork 1k
Add test coverage for DateTimePicker #11033
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 test coverage for DateTimePicker #11033
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #11033 +/- ##
===================================================
+ Coverage 73.17333% 73.23479% +0.06145%
===================================================
Files 3097 3096 -1
Lines 633955 633692 -263
Branches 47364 47336 -28
===================================================
+ Hits 463886 464083 +197
+ Misses 166522 166068 -454
+ Partials 3547 3541 -6
Flags with carried forward coverage won't be shown. Click here to find out more. |
src/System.Windows.Forms/tests/UnitTests/System/Windows/Forms/DateTimePickerTests.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/tests/UnitTests/System/Windows/Forms/DateTimePickerTests.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/tests/UnitTests/System/Windows/Forms/DateTimePickerTests.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/tests/UnitTests/System/Windows/Forms/DateTimePickerTests.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/tests/UnitTests/System/Windows/Forms/DateTimePickerTests.cs
Outdated
Show resolved
Hide resolved
@lonitra Please help review this PR |
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
Add unit tests for DateTimePicker's property and event
Customer Impact
Regression?
Risk
Test methodology
Microsoft Reviewers: Open in CodeFlow