-
Notifications
You must be signed in to change notification settings - Fork 997
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
Ensure that all WinForms controls have unit tests coverage for public APIs #10453
Labels
🚧 work in progress
Work that is current in progress
test-enhancement
Improvements of test source code
Milestone
Comments
LeafShi1
changed the title
Ensure that all WinForms controls ahve unit tests coverage
Ensure that all WinForms controls have unit tests coverage
Dec 11, 2023
@Olina-Zhang @Tanya-Solyanik I don't think the VB code has much test coverage. I added some in my yet to be merged PR #9867. I was not able to add anything for Network Uploads as I have no idea how to access a server to upload to. |
@paul1956 - good point about the missing VB-specific coverage. We'll add it after the C# coverage is in done. |
This was referenced Jan 31, 2024
Closed
Tanya-Solyanik
changed the title
Ensure that all WinForms controls have unit tests coverage
Ensure that all WinForms controls have unit tests coverage for public APIs
Feb 16, 2024
Tanya-Solyanik
pushed a commit
that referenced
this issue
Sep 14, 2024
) related #10453 Proposed changes Add unit tests for ToolStripPanel_ToolStripPanelRowCollection to test its properties & methods & events
Tanya-Solyanik
pushed a commit
that referenced
this issue
Oct 16, 2024
related #10453 Proposed changes Add unit tests for ToolStripItemCollection.cs to test its properties & methods & events
This was referenced Oct 25, 2024
This was referenced Nov 6, 2024
This was referenced Nov 21, 2024
This was referenced Dec 4, 2024
Tanya-Solyanik
pushed a commit
that referenced
this issue
Dec 18, 2024
related #10453 Add unit tests for DataGridViewCellConverter.cs to test its methods
Tanya-Solyanik
pushed a commit
to Tanya-Solyanik/winforms
that referenced
this issue
Dec 19, 2024
related dotnet#10453 Add unit tests for DataGridViewCellConverter.cs to test its methods
Tanya-Solyanik
pushed a commit
that referenced
this issue
Jan 7, 2025
) related #10453 Proposed changes Add unit tests for DataGridViewTopLeftHeaderCellAccessibleObject to test its DefaultAction, Name properties, State and DoDefaultAction, Navigate events Enable nullability in DataGridViewTopLeftHeaderCellAccessibleObjectTests.cs. Update to use the TheoryData<> pattern for theory tests
Tanya-Solyanik
pushed a commit
that referenced
this issue
Jan 7, 2025
Related #10453 Proposed changes Add unit tests for NumericUpDownAcceleration.cs to test its properties & methods Enable nullability in NumericUpDownAccelerationTests.cs
Tanya-Solyanik
pushed a commit
that referenced
this issue
Jan 7, 2025
related #10453 Proposed changes Add unit tests for LinkUtilities to test its GetIELinkBehavior and EnsureLinkFonts methods.
Tanya-Solyanik
pushed a commit
that referenced
this issue
Jan 7, 2025
) related #10453 Proposed changes Add unit tests for ToolStripPanelControlCollectionXYComparer.cs to test its methods
Tanya-Solyanik
pushed a commit
that referenced
this issue
Jan 8, 2025
related #10453 Proposed changes Add unit tests for DataGridViewTextBoxColumn to test its Constructor, CellTemplate, MaxInputLength, SortMode properties and ToString() method Enable nullability in DataGridViewTextBoxColumnTests.cs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
🚧 work in progress
Work that is current in progress
test-enhancement
Improvements of test source code
We enabled it in Establish Code Coverage for WinForms testing #514, however Coverage option is disabled in the build pipeline -
winforms/eng/pipelines/build.yml
Line 33 in 95e83ed
The text was updated successfully, but these errors were encountered: