-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Open
27 of 29 tasks
Labels
🚧 work in progress
Work that is current in progress
test-enhancement
Improvements of test source code
Milestone
Comments
@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
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
Tanya-Solyanik
pushed a commit
that referenced
this issue
Jan 8, 2025
related #10453 Proposed changes Add unit tests for DataGridViewRowHeightInfoPushedEventArgs.cs to test its properties
ricardobossan
pushed a commit
to ricardobossan/winforms
that referenced
this issue
Jan 9, 2025
…net#12707) related dotnet#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
ricardobossan
pushed a commit
to ricardobossan/winforms
that referenced
this issue
Jan 9, 2025
Related dotnet#10453 Proposed changes Add unit tests for NumericUpDownAcceleration.cs to test its properties & methods Enable nullability in NumericUpDownAccelerationTests.cs
ricardobossan
pushed a commit
to ricardobossan/winforms
that referenced
this issue
Jan 9, 2025
related dotnet#10453 Proposed changes Add unit tests for LinkUtilities to test its GetIELinkBehavior and EnsureLinkFonts methods.
ricardobossan
pushed a commit
to ricardobossan/winforms
that referenced
this issue
Jan 9, 2025
…net#12711) related dotnet#10453 Proposed changes Add unit tests for ToolStripPanelControlCollectionXYComparer.cs to test its methods
ricardobossan
pushed a commit
to ricardobossan/winforms
that referenced
this issue
Jan 9, 2025
related dotnet#10453 Proposed changes Add unit tests for DataGridViewTextBoxColumn to test its Constructor, CellTemplate, MaxInputLength, SortMode properties and ToString() method Enable nullability in DataGridViewTextBoxColumnTests.cs
ricardobossan
pushed a commit
to ricardobossan/winforms
that referenced
this issue
Jan 9, 2025
…t#12673) related dotnet#10453 Proposed changes Add unit tests for DataGridViewRowHeightInfoPushedEventArgs.cs to test its properties
This was referenced Jan 9, 2025
This was referenced Jan 14, 2025
Tanya-Solyanik
pushed a commit
that referenced
this issue
Jan 16, 2025
related #10453 Proposed changes Add unit tests for DataGridViewColumnConverter.cs to test its methods
Tanya-Solyanik
pushed a commit
that referenced
this issue
Jan 16, 2025
related #10453 Proposed changes Add unit tests for DataGridViewSortCompareEventArgs to test its Constructor initialization, SortResult property Enable nullability in DataGridViewSortCompareEventArgsTests.cs
Tanya-Solyanik
pushed a commit
that referenced
this issue
Jan 22, 2025
related #10453 Proposed changes Add unit tests for DataGridViewButtonColumn.cs to test its methods & properties
This was referenced Feb 5, 2025
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
Following controls are missing test coverage for public methods:
System.Windows.Forms
Add test coverage for CheckedListBox.CheckedItemCollection and CheckedIndexCollection #11384, Add unit tests for CheckedListBox and CheckedListBox.CheckedListBoxItemAccessibleObject #11647
Add code coverage for RichTextBox #10921
Add code coverage for RichTextBox #11034
The text was updated successfully, but these errors were encountered: