-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Fixes the Remove() and IndexOf() methods in the ImageListDesigner.OriginalImageCollection class and adds coverage to it
#12282
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
Conversation
0cc3f1e to
76811c1
Compare
76811c1 to
aa36b7a
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #12282 +/- ##
===================================================
+ Coverage 75.26750% 75.56186% +0.29435%
===================================================
Files 3086 3111 +25
Lines 633636 635122 +1486
Branches 46839 46914 +75
===================================================
+ Hits 476922 479910 +2988
+ Misses 153310 151753 -1557
- Partials 3404 3459 +55
Flags with carried forward coverage won't be shown. Click here to find out more. |
...tests/UnitTests/System/Windows/Forms/Design/ImageListDesignerOriginalImageCollectionTests.cs
Outdated
Show resolved
Hide resolved
Remove() and IndexOf() methods in the ImageListDesigner.OriginalImageCollection class and adds coverage to it
|
@Tanya-Solyanik Initially, this PR focused on adding tests for the |
1afe074 to
9234b3f
Compare
...tests/UnitTests/System/Windows/Forms/Design/ImageListDesignerOriginalImageCollectionTests.cs
Outdated
Show resolved
Hide resolved
Epica3055
left a comment
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.
besides last comment, looks good. 👍
…geCollection Fixes dotnet#12291 Related dotnet#10773 ## Proposed changes - Fixes the `Remove()` and `IndexOf()` methods in the `ImageListDesigner.OriginalImageCollection` class, which had the wrong argument types in their signatures; - Adds code coverage for that class. ## Customer Impact - None ## Regression? - No ## Risk - Minimal ## Test methodology - Unit tests ## Test environment(s) - 9.0.100-rc.1.24452.12
9234b3f to
fe3f4e8
Compare
Tanya-Solyanik
left a comment
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!
Fixes #12291
Related #10773
Proposed changes
Remove()andIndexOf()methods in theImageListDesigner.OriginalImageCollectionclass, which had the wrong argument types in their signatures;Customer Impact
Regression?
Risk
Test methodology
Test environment(s)