Info
Version: | 1.0.0 |
Author(s): | melihercan |
Last Update: | Wednesday, December 2, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Blazorme.TestHost |
Install
Install-Package Blazorme.TestHost
dotnet add package Blazorme.TestHost
paket add Blazorme.TestHost
Blazorme.TestHost Download (Unzip the "nupkg" after downloading)
Dependencies
net5.0
- Fizzler.Systems.HtmlAgilityPack(>= 1.2.1)
- Microsoft.AspNetCore.Components(>= 5.0.0)
- Microsoft.AspNetCore.Components.Web(>= 3.1.10)
- Microsoft.Extensions.DependencyInjection(>= 3.1.10)
- Microsoft.Extensions.Logging(>= 3.1.10)
- RichardSzalay.MockHttp(>= 6.0.0)
- Fizzler.Systems.HtmlAgilityPack(>= 1.2.1)
- Microsoft.AspNetCore.Components(>= 3.1.10)
- Microsoft.AspNetCore.Components.Web(>= 3.1.10)
- Microsoft.Extensions.DependencyInjection(>= 3.1.10)
- Microsoft.Extensions.Logging(>= 3.1.10)
- RichardSzalay.MockHttp(>= 6.0.0)
Tags
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 links for more details:
https://blog.stevensanderson.com/2019/08/29/blazor-unit-testing-prototype/
https://github.com/SteveSandersonMS/BlazorUnitTestingPrototype.