-
Notifications
You must be signed in to change notification settings - Fork 985
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 tests for ListBoxDesigner #11712
Add tests for ListBoxDesigner #11712
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## feature/10.0 #11712 +/- ##
======================================================
+ Coverage 74.55969% 74.80784% +0.24814%
======================================================
Files 3041 3053 +12
Lines 629780 631125 +1345
Branches 46845 46880 +35
======================================================
+ Hits 469562 472131 +2569
+ Misses 156849 155626 -1223
+ Partials 3369 3368 -1
Flags with carried forward coverage won't be shown. Click here to find out more. |
src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/ListBoxDesigner.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/ListBoxDesigner.cs
Outdated
Show resolved
Hide resolved
...tem.Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/ListBoxDesignerTests.cs
Show resolved
Hide resolved
src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/ListBoxDesigner.cs
Outdated
Show resolved
Hide resolved
...tem.Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/ListBoxDesignerTests.cs
Outdated
Show resolved
Hide resolved
...tem.Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/ListBoxDesignerTests.cs
Outdated
Show resolved
Hide resolved
...tem.Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/ListBoxDesignerTests.cs
Outdated
Show resolved
Hide resolved
...tem.Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/ListBoxDesignerTests.cs
Outdated
Show resolved
Hide resolved
...tem.Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/ListBoxDesignerTests.cs
Outdated
Show resolved
Hide resolved
...tem.Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/ListBoxDesignerTests.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/ListBoxDesigner.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/ListBoxDesigner.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/ListBoxDesigner.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/ListBoxDesigner.cs
Outdated
Show resolved
Hide resolved
...tem.Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/ListBoxDesignerTests.cs
Outdated
Show resolved
Hide resolved
...tem.Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/ListBoxDesignerTests.cs
Outdated
Show resolved
Hide resolved
...tem.Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/ListBoxDesignerTests.cs
Outdated
Show resolved
Hide resolved
...tem.Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/ListBoxDesignerTests.cs
Outdated
Show resolved
Hide resolved
...tem.Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/ListBoxDesignerTests.cs
Outdated
Show resolved
Hide resolved
...tem.Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/ListBoxDesignerTests.cs
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.
LGTM
Related #10773
Proposed changes
ListBoxDesignerTests.cs
for public properties and method of the ListBoxDesignerMicrosoft Reviewers: Open in CodeFlow