-
Notifications
You must be signed in to change notification settings - Fork 1k
Add code coverage for UpDownBase.UpDownBaseAccessibleObject #13498
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
base: main
Are you sure you want to change the base?
Add code coverage for UpDownBase.UpDownBaseAccessibleObject #13498
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #13498 +/- ##
===================================================
+ Coverage 76.59415% 76.59994% +0.00579%
===================================================
Files 3230 3231 +1
Lines 639165 639182 +17
Branches 47297 47297
===================================================
+ Hits 489563 489613 +50
+ Misses 146025 145995 -30
+ Partials 3577 3574 -3
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
...s.Forms/System/Windows/Forms/AccessibleObjects/UpDownBase.UpDownBaseAccessibleObjectTests.cs
Show resolved
Hide resolved
...s.Forms/System/Windows/Forms/AccessibleObjects/UpDownBase.UpDownBaseAccessibleObjectTests.cs
Outdated
Show resolved
Hide resolved
...s.Forms/System/Windows/Forms/AccessibleObjects/UpDownBase.UpDownBaseAccessibleObjectTests.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.
Pull Request Overview
This PR adds unit tests to improve code coverage for the UpDownBase.UpDownBaseAccessibleObject
class by verifying its GetChild
and GetChildCount
behavior.
- Introduces a new test file for
UpDownBase.UpDownBaseAccessibleObject
- Covers valid and invalid index cases for
GetChild
- Verifies the child count via
GetChildCount
...s.Forms/System/Windows/Forms/AccessibleObjects/UpDownBase.UpDownBaseAccessibleObjectTests.cs
Outdated
Show resolved
Hide resolved
...s.Forms/System/Windows/Forms/AccessibleObjects/UpDownBase.UpDownBaseAccessibleObjectTests.cs
Outdated
Show resolved
Hide resolved
...s.Forms/System/Windows/Forms/AccessibleObjects/UpDownBase.UpDownBaseAccessibleObjectTests.cs
Outdated
Show resolved
Hide resolved
...s.Forms/System/Windows/Forms/AccessibleObjects/UpDownBase.UpDownBaseAccessibleObjectTests.cs
Outdated
Show resolved
Hide resolved
...s.Forms/System/Windows/Forms/AccessibleObjects/UpDownBase.UpDownBaseAccessibleObjectTests.cs
Outdated
Show resolved
Hide resolved
...s.Forms/System/Windows/Forms/AccessibleObjects/UpDownBase.UpDownBaseAccessibleObjectTests.cs
Show resolved
Hide resolved
...s.Forms/System/Windows/Forms/AccessibleObjects/UpDownBase.UpDownBaseAccessibleObjectTests.cs
Outdated
Show resolved
Hide resolved
...s.Forms/System/Windows/Forms/AccessibleObjects/UpDownBase.UpDownBaseAccessibleObjectTests.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!
Related #13442
Proposed changes
Microsoft Reviewers: Open in CodeFlow