-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add unit tests for CompositionDesigner #11888
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 tests for CompositionDesigner #11888
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #11888 +/- ##
===================================================
+ Coverage 75.01536% 75.02363% +0.00826%
===================================================
Files 3047 3048 +1
Lines 631584 631629 +45
Branches 46764 46767 +3
===================================================
+ Hits 473785 473871 +86
+ Misses 154434 154397 -37
+ Partials 3365 3361 -4
Flags with carried forward coverage won't be shown. Click here to find out more. |
|
@Tanya-Solyanik @lonitra The class |
...Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/CompositionDesignerTests.cs
Show resolved
Hide resolved
Good point! Let's add a single test to indicate that this is not implemented, something like this - |
Related #10773
Proposed changes
Microsoft Reviewers: Open in CodeFlow