-
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 for MaskedTextBoxDesignerActionList #12491
Add unit test for MaskedTextBoxDesignerActionList #12491
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #12491 +/- ##
===================================================
+ Coverage 75.65407% 75.83272% +0.17864%
===================================================
Files 3150 3165 +15
Lines 635831 636472 +641
Branches 47020 47002 -18
===================================================
+ Hits 481032 482654 +1622
+ Misses 151352 150349 -1003
- Partials 3447 3469 +22
Flags with carried forward coverage won't be shown. Click here to find out more. |
...s.Design/tests/UnitTests/System/Windows/Forms/Design/MaskedTextBoxDesignerActionListTests.cs
Outdated
Show resolved
Hide resolved
...s.Design/tests/UnitTests/System/Windows/Forms/Design/MaskedTextBoxDesignerActionListTests.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.
The failing scenario could be tested as part of the MaskDesignerDialog testing, it's ok to remove it from this file.
Related #10773
Proposed changes
Microsoft Reviewers: Open in CodeFlow