Steve Sanderson's TestHost implementation as NuGet package from his BlazorUnitTestingPrototype project source code. This library provides helpers for unit testing of Blazor components. Additionally .NET5 support has been provided. NuGet now supports both .NetStandard2.1 and .NET5. See the following...
More information
TestHost implementation for Blazor components and pages so that you can unit test any type of Blazor component. Runs through the various component lifecycle events, and renders the final html for the Blazor component.