Skip to content
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
2 of 3 tasks
Tanya-Solyanik opened this issue Dec 8, 2023 · 3 comments · Fixed by #10476
Open
2 of 3 tasks

Ensure that all WinForms controls have unit tests coverage for public APIs #10453

Tanya-Solyanik opened this issue Dec 8, 2023 · 3 comments · Fixed by #10476
Assignees
Labels
🚧 work in progress Work that is current in progress test-enhancement Improvements of test source code
Milestone

Comments

@Tanya-Solyanik
Copy link
Member

Tanya-Solyanik commented Dec 8, 2023

@Tanya-Solyanik Tanya-Solyanik added this to the .NET 9.0 milestone Dec 8, 2023
@LeafShi1 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
@elachlan elachlan added the test-enhancement Improvements of test source code label Dec 11, 2023
@paul1956
Copy link
Contributor

paul1956 commented Dec 25, 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.

@Tanya-Solyanik
Copy link
Member Author

@paul1956 - good point about the missing VB-specific coverage. We'll add it after the C# coverage is in done.

@ghost ghost added the 🚧 work in progress Work that is current in progress label Dec 28, 2023
@ghost ghost removed the 🚧 work in progress Work that is current in progress label Jan 10, 2024
@LeafShi1 LeafShi1 reopened this Jan 12, 2024
@LeafShi1 LeafShi1 removed their assignment Jan 17, 2024
@SimonZhao888
Copy link
Member

SimonZhao888 commented Jan 17, 2024

Following controls are missing test coverage for public methods:
System.Windows.Forms

@Tanya-Solyanik Tanya-Solyanik modified the milestones: .NET 9.0, .NET 10.0 Jul 23, 2024
Tanya-Solyanik pushed a commit that referenced this issue Sep 3, 2024
related to #10453

Add unit tests for ToolStripComboBox to test its properties & methods & events
Tanya-Solyanik pushed a commit that referenced this issue Sep 10, 2024
related #10453

Proposed changes
Add unit tests for ToolStripSplitStackDragDropHandler to test its properties & methods & events
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
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
Projects
None yet
6 participants