Make CommunityToolkit.Maui.UnitTests publicly available as nuget package #3040
Replies: 1 comment
|
How about creating a new publicly available NuGet package called It would include configurable versions of BaseTest.cs and BaseViewTest.cs refactored from those currently used by CommunityToolkit.Maui.UnitTests. Toolkit-specific setups such as The idea is to provide a reusable starting point for anyone writing headless xUnit tests for .NET MAUI components, including custom controls such as the |
Uh oh!
There was an error while loading. Please reload this page.
As far as I can tell, this is some of the best unit testing of visual component and hard to unit test stuff. If this was made public, it would enable all to unit test visual components simply by inheriting the base test class. Thoughts?
All reactions