|
12 | 12 | <Title>bUnit</Title> |
13 | 13 | <PackageLicenseExpression></PackageLicenseExpression> |
14 | 14 | <PackageLicenseFile>LICENSE</PackageLicenseFile> |
15 | | - <RepositoryUrl>https://github.com/egil/razor-components-testing-library</RepositoryUrl> |
| 15 | + <RepositoryUrl>https://github.com/egil/bunit</RepositoryUrl> |
16 | 16 | <RepositoryType>git</RepositoryType> |
17 | 17 | <RepositoryBranch>#{BRANCH}#</RepositoryBranch> |
18 | 18 | <RepositoryCommit>#{COMMIT}#</RepositoryCommit> |
19 | | - <PackageProjectUrl>https://github.com/egil/razor-components-testing-library</PackageProjectUrl> |
| 19 | + <PackageProjectUrl>https://github.com/egil/bunit</PackageProjectUrl> |
20 | 20 | <PackageTags>bUnit;razor components;blazor components;unit testing;testing blazor components;blazor server;blazor wasm</PackageTags> |
21 | 21 | <Authors>Egil Hansen</Authors> |
22 | 22 | <Company>Egil Hansen</Company> |
|
27 | 27 | <PackageDescription> |
28 | 28 | **bUnit**, previously known as **Blazor Components Testing Library**, is a unit testing library for Blazor Components. You can easily define components under test in C# or Razor syntax and verify outcome using semantic HTML diffing/comparison logic. You can easily interact with and inspect components, trigger event handlers, provide cascading values, inject services, mock IJsRuntime, and perform snapshot testing. |
29 | 29 |
|
30 | | - This library's goal is to make it easy to write _comprehensive, stable unit tests_ for Blazor Components/Razor Components. To see how, head to the Wiki pages: https://github.com/egil/razor-components-testing-library/wiki |
| 30 | + This library's goal is to make it easy to write _comprehensive, stable unit tests_ for Blazor Components/Razor Components. To see how, visit https://bunit.egilhanesn.com |
31 | 31 | </PackageDescription> |
32 | 32 | <PublishRepositoryUrl>true</PublishRepositoryUrl> |
33 | 33 | <EmbedUntrackedSources>true</EmbedUntrackedSources> |
|
49 | 49 | <PackageReference Include="AngleSharp.Css" Version="0.13.0" /> |
50 | 50 | <PackageReference Include="AngleSharp.Diffing" Version="0.13.3-alpha-44" /> |
51 | 51 | <PackageReference Include="AngleSharp.Wrappers" Version="1.1.0" /> |
52 | | - <PackageReference Include="RichardSzalay.MockHttp" Version="6.0.0" /> |
53 | 52 | <PackageReference Include="xunit.assert" Version="2.4.1" /> |
54 | 53 | <PackageReference Include="xunit.extensibility.core" Version="2.4.1" /> |
55 | 54 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.*" PrivateAssets="All" /> |
|
0 commit comments