-
Notifications
You must be signed in to change notification settings - Fork 987
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 AccessibleObject tests #2401
Conversation
1b5d29c
to
ea0fda7
Compare
Codecov Report
@@ Coverage Diff @@
## master #2401 +/- ##
=================================================
+ Coverage 29.04453% 29.24953% +0.205%
=================================================
Files 1003 1003
Lines 259505 259505
Branches 36836 36836
=================================================
+ Hits 75372 75904 +532
+ Misses 179223 178664 -559
- Partials 4910 4937 +27
|
src/System.Windows.Forms/src/System/Windows/Forms/AccessibleObject.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/src/System/Windows/Forms/AccessibleObject.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/src/System/Windows/Forms/AccessibleObject.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/src/System/Windows/Forms/AccessibleObject.cs
Outdated
Show resolved
Hide resolved
@hughbe thank you for adding tests! The changes look good to me, please look at few comments above. |
Thanks for the review. All the Debug.Asserts that I've removed are invalid as they can be hit: each one is tested. |
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.
Please rollback all removal of assertions
ea0fda7
to
4f382bc
Compare
5f5f09a
to
a749af5
Compare
Done |
Proposed Changes
Microsoft Reviewers: Open in CodeFlow