bunit.web
1.31.3
Prefix Reserved
See the version list below for details.
dotnet add package bunit.web --version 1.31.3
NuGet\Install-Package bunit.web -Version 1.31.3
<PackageReference Include="bunit.web" Version="1.31.3" />
paket add bunit.web --version 1.31.3
#r "nuget: bunit.web, 1.31.3"
// Install bunit.web as a Cake Addin #addin nuget:?package=bunit.web&version=1.31.3 // Install bunit.web as a Cake Tool #tool nuget:?package=bunit.web&version=1.31.3
bUnit - a testing library for Blazor components
<a href="https://www.telerik.com/blazor-ui?utm_source=egilhansen&utm_medium=cpm&utm_campaign=blazor-trial-readme-sponsored-message#gh-light-mode-only"> <img align="right" width="300" src="https://raw.githubusercontent.com/bUnit-dev/bUnit/main/docs/site/sponsors/progress-ad-2022-light-mode.svg#gh-light-mode-only" /> </a> <a href="https://www.telerik.com/blazor-ui?utm_source=egilhansen&utm_medium=cpm&utm_campaign=blazor-trial-readme-sponsored-message#gh-dark-mode-only"> <img align="right" width="300" src="https://raw.githubusercontent.com/bUnit-dev/bUnit/main/docs/site/sponsors/progress-ad-2022-dark-mode.svg#gh-dark-mode-only" /> </a>
bUnit is a testing library for Blazor Components. Its goal is to make it easy to write comprehensive, stable unit tests. With bUnit, you can:
- Setup and define components under tests using C# or Razor syntax
- Verify outcomes using semantic HTML comparer
- Interact with and inspect components as well as trigger event handlers
- Pass parameters, cascading values and inject services into components under test
- Mock
IJSRuntime
, Blazor authentication and authorization, and others
bUnit builds on top of existing unit testing frameworks such as xUnit, NUnit, and MSTest, which run the Blazor component tests in just the same way as any normal unit test. bUnit runs a test in milliseconds, compared to browser-based UI tests which usually take seconds to run.
Go to bUnit.dev to learn more.
NuGet Downloads
bUnit is available on NuGet in various incarnations. Most should just pick the bUnit package:
Name | Description | NuGet Download Link |
---|---|---|
bUnit | Includes the bUnit.core and bUnit.web packages. | |
bUnit.core | Core library that enables rendering a Blazor component in a test context. | |
bUnit.web | Adds support for testing Blazor components for the web. This includes bUnit.core. | |
bUnit.template | Template, which currently creates xUnit-based bUnit test projects only. | |
bUnit.generators | Source code generators to minimize code setup in various situations. | |
bUnit.web.query | bUnit implementation of testing-library.com's query APIs. |
To get started, head to the getting started documentation to learn more.
Sponsors
A huge thank you to the sponsors of my work with bUnit. The higher tier sponsors are:
<table border="0"> <tr> <td align="center" width="120"> <a href="https://github.com/Progress-Telerik"> <img src="https://avatars.githubusercontent.com/u/57092419?s=460" alt="@Progress-Telerik" class="avatar" width="72" height="72" /> <br /> Progress Telerik </a> </td> <td align="center" width="120"> <a href="https://github.com/syncfusion"> <img class="avatar" src="https://avatars.githubusercontent.com/u/1699795?s=460" width="72" height="72" alt="@syncfusion" /> <br /> Syncfusion </a> </td> <td align="center" width="120"> <a href="https://github.com/aws"> <img class="avatar" src="https://avatars.githubusercontent.com/u/2232217?s=200&v=4" width="72" height="72" alt="@aws" /> <br /> Amazon Web Services </a> </td> </tr> </table>
Contributors
Shout outs and a big thank you to all the contributors to the library, including those that raise issues, provide input to issues, and those who send pull requests. Thank you!
These good people have contributed code or documentation to bUnit:
<a href="https://github.com/bUnit-dev/bUnit/graphs/contributors"> <img src="https://contrib.rocks/image?repo=bUnit-dev/bUnit" /> </a>
Code of conduct
This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information see the .NET Foundation Code of Conduct.
.NET Foundation
This project is supported by the .NET Foundation.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- AngleSharp (>= 0.17.1)
- AngleSharp.Diffing (>= 0.18.2)
- bunit.core (>= 1.31.3)
- Microsoft.AspNetCore.Components.Authorization (>= 3.1.32)
- Microsoft.AspNetCore.Components.Web (>= 3.1.32)
- Microsoft.AspNetCore.Components.WebAssembly (>= 3.2.1)
- Microsoft.AspNetCore.Components.WebAssembly.Authentication (>= 3.2.1)
- Microsoft.Extensions.Caching.Memory (>= 3.1.32)
- Microsoft.Extensions.Localization.Abstractions (>= 3.1.32)
- System.Text.Json (>= 6.0.9)
-
net5.0
- AngleSharp (>= 0.17.1)
- AngleSharp.Diffing (>= 0.18.2)
- bunit.core (>= 1.31.3)
- Microsoft.AspNetCore.Components.Authorization (>= 5.0.17)
- Microsoft.AspNetCore.Components.Web (>= 5.0.17)
- Microsoft.AspNetCore.Components.WebAssembly (>= 5.0.17)
- Microsoft.AspNetCore.Components.WebAssembly.Authentication (>= 5.0.17)
- Microsoft.Extensions.Caching.Memory (>= 5.0.0)
- Microsoft.Extensions.Localization.Abstractions (>= 5.0.17)
- System.Text.Json (>= 6.0.9)
-
net6.0
- AngleSharp (>= 1.1.2)
- AngleSharp.Css (>= 1.0.0-beta.139)
- AngleSharp.Diffing (>= 0.18.2)
- bunit.core (>= 1.31.3)
- Microsoft.AspNetCore.Components.Authorization (>= 6.0.33)
- Microsoft.AspNetCore.Components.Web (>= 6.0.33)
- Microsoft.AspNetCore.Components.WebAssembly (>= 6.0.33)
- Microsoft.AspNetCore.Components.WebAssembly.Authentication (>= 6.0.33)
- Microsoft.Extensions.Caching.Memory (>= 6.0.1)
- Microsoft.Extensions.Localization.Abstractions (>= 6.0.33)
- System.Text.Json (>= 6.0.9)
-
net7.0
- AngleSharp (>= 1.1.2)
- AngleSharp.Css (>= 1.0.0-beta.139)
- AngleSharp.Diffing (>= 0.18.2)
- bunit.core (>= 1.31.3)
- Microsoft.AspNetCore.Components.Authorization (>= 7.0.20)
- Microsoft.AspNetCore.Components.Web (>= 7.0.20)
- Microsoft.AspNetCore.Components.WebAssembly (>= 7.0.20)
- Microsoft.AspNetCore.Components.WebAssembly.Authentication (>= 7.0.20)
- Microsoft.Extensions.Caching.Memory (>= 7.0.0)
- Microsoft.Extensions.Localization.Abstractions (>= 7.0.20)
- System.Text.Json (>= 8.0.4)
-
net8.0
- AngleSharp (>= 1.1.2)
- AngleSharp.Css (>= 1.0.0-beta.139)
- AngleSharp.Diffing (>= 0.18.2)
- bunit.core (>= 1.31.3)
- Microsoft.AspNetCore.Components.Authorization (>= 8.0.8)
- Microsoft.AspNetCore.Components.Web (>= 8.0.8)
- Microsoft.AspNetCore.Components.WebAssembly (>= 8.0.8)
- Microsoft.AspNetCore.Components.WebAssembly.Authentication (>= 8.0.8)
- Microsoft.Extensions.Caching.Memory (>= 8.0.0)
- Microsoft.Extensions.Localization.Abstractions (>= 8.0.8)
- System.Text.Json (>= 8.0.4)
-
net9.0
- AngleSharp (>= 1.1.2)
- AngleSharp.Css (>= 1.0.0-beta.139)
- AngleSharp.Diffing (>= 0.18.2)
- bunit.core (>= 1.31.3)
- Microsoft.AspNetCore.Components.Authorization (>= 9.0.0-preview.7.24406.2)
- Microsoft.AspNetCore.Components.Web (>= 9.0.0-preview.7.24406.2)
- Microsoft.AspNetCore.Components.WebAssembly (>= 9.0.0-preview.7.24406.2)
- Microsoft.AspNetCore.Components.WebAssembly.Authentication (>= 9.0.0-preview.7.24406.2)
- Microsoft.Extensions.Caching.Memory (>= 9.0.0-preview.7.24405.7)
- Microsoft.Extensions.Localization.Abstractions (>= 9.0.0-preview.7.24406.2)
NuGet packages (9)
Showing the top 5 NuGet packages that depend on bunit.web:
Package | Downloads |
---|---|
Verify.Bunit
Extends Verify (https://github.com/VerifyTests/Verify) to allow Blazor component verification via BUnit. |
|
bunit.web.testcomponents
bUnit.web.testcomponents enables writing tests using the <Fixture> and <SnapshotTest> components in .razor files. This package only works with xUnit. NOTE: This package represents experimental features of bUnit that has been superseded by better ones. It is provided to avoid breaking existing test suites but is unlikely to see improvements or updates in the future. |
|
webenology.blazor.components
Blazor Components used at webenology |
|
AntDesign.TestKit
Package Description |
|
CDP4.WEB.Common.Test
A Common Library that includes DevExpress Blazor and Tasks test helpers |
GitHub repositories (11)
Showing the top 5 popular GitHub repositories that depend on bunit.web:
Repository | Stars |
---|---|
ant-design-blazor/ant-design-blazor
🌈A rich set of enterprise-class UI components based on Ant Design and Blazor.
|
|
radzenhq/radzen-blazor
Radzen Blazor is a set of 90+ free native Blazor UI components packed with DataGrid, Scheduler, Charts and robust theming including Material design and FluentUI.
|
|
Blazored/LocalStorage
A library to provide access to local storage in Blazor applications
|
|
bitfoundation/bitplatform
Build all of your apps using what you already know and love ❤️
|
|
Blazored/Modal
A powerful and customizable modal implementation for Blazor applications.
|
Version | Downloads | Last updated | |
---|---|---|---|
1.34.0 | 6,589 | 11/1/2024 | |
1.33.3 | 39,125 | 10/11/2024 | |
1.33.1-preview | 92 | 10/7/2024 | |
1.32.7 | 19,510 | 10/4/2024 | |
1.31.3 | 150,246 | 8/16/2024 | |
1.31.1-preview | 133 | 8/14/2024 | |
1.30.3 | 78,355 | 7/21/2024 | |
1.29.5 | 56,709 | 7/5/2024 | |
1.28.9 | 336,692 | 4/19/2024 | |
1.28.4-preview | 2,371 | 3/17/2024 | |
1.28.2-preview | 702 | 3/6/2024 | |
1.27.17 | 229,311 | 3/2/2024 | |
1.27.16-preview | 586 | 3/2/2024 | |
1.27.12-preview | 1,371 | 2/23/2024 | |
1.27.11-preview | 985 | 2/19/2024 | |
1.27.5-preview | 8,485 | 1/9/2024 | |
1.27.2-preview | 1,375 | 12/28/2023 | |
1.27.1-preview | 1,294 | 12/28/2023 | |
1.26.64 | 581,034 | 12/20/2023 | |
1.26.61-preview.g17cfa782a0 | 184 | 12/17/2023 | |
1.26.61-preview | 1,224 | 12/17/2023 | |
1.26.29-preview.ga9c0cd8510 | 252 | 12/12/2023 | |
1.26.29-preview.g9431b069b0 | 121 | 12/12/2023 | |
1.26.29-preview.g91e9e2287f | 166 | 12/10/2023 | |
1.26.29-preview.g6269f42046 | 104 | 12/12/2023 | |
1.26.29-preview.g1595589333 | 112 | 12/13/2023 | |
1.26.28-preview.g08ea910651 | 120 | 12/10/2023 | |
1.26.27-preview.geb23ca9882 | 134 | 12/8/2023 | |
1.26.27-preview.ge5c30f7b82 | 107 | 12/8/2023 | |
1.26.26-preview.g3fdaceb6d0 | 713 | 11/25/2023 | |
1.26.25-preview.gf8662d54ff | 100 | 11/25/2023 | |
1.26.25-preview.ga796d3d959 | 98 | 11/25/2023 | |
1.26.25-preview.g43750dfc46 | 100 | 11/25/2023 | |
1.26.25-preview.g028ac0e5cc | 96 | 11/25/2023 | |
1.26.24-preview.ge6af60b555 | 96 | 11/24/2023 | |
1.26.23-preview | 1,409 | 11/24/2023 | |
1.26.20-preview | 1,157 | 11/24/2023 | |
1.26.19-preview | 1,128 | 11/24/2023 | |
1.26.18-preview | 1,216 | 11/24/2023 | |
1.26.17-preview | 1,096 | 11/23/2023 | |
1.26.4-preview | 2,250 | 11/20/2023 | |
1.26.1-preview | 1,220 | 11/17/2023 | |
1.25.3 | 256,345 | 11/14/2023 | |
1.25.2-preview | 1,671 | 11/13/2023 | |
1.25.1-preview | 17,580 | 10/21/2023 | |
1.25.0-preview | 1,465 | 10/21/2023 | |
1.24.10 | 150,281 | 10/14/2023 | |
1.24.9-preview | 3,046 | 10/14/2023 | |
1.24.8-preview | 1,440 | 10/14/2023 | |
1.24.3-preview | 1,811 | 10/6/2023 | |
1.23.9 | 159,627 | 9/6/2023 | |
1.23.8-preview | 1,763 | 9/5/2023 | |
1.23.3-preview | 2,632 | 8/23/2023 | |
1.23.1-preview | 4,005 | 7/31/2023 | |
1.22.19 | 186,933 | 7/28/2023 | |
1.22.18-preview | 2,767 | 7/23/2023 | |
1.22.16-preview | 2,188 | 7/15/2023 | |
1.22.15-preview | 1,793 | 7/14/2023 | |
1.22.14-preview | 1,740 | 7/13/2023 | |
1.22.13-preview | 1,798 | 7/12/2023 | |
1.22.7-preview | 8,740 | 7/3/2023 | |
1.21.14-preview | 1,889 | 7/1/2023 | |
1.21.9 | 102,763 | 7/2/2023 | |
1.21.8-preview | 1,927 | 6/30/2023 | |
1.21.7-preview | 1,763 | 6/29/2023 | |
1.21.5-preview | 1,647 | 6/28/2023 | |
1.21.3-preview | 1,912 | 6/25/2023 | |
1.20.8 | 186,371 | 5/21/2023 | |
1.20.7-preview | 1,917 | 5/17/2023 | |
1.19.14 | 146,723 | 4/26/2023 | |
1.18.4 | 566,833 | 2/26/2023 | |
1.17.2 | 24,309 | 2/22/2023 | |
1.16.2 | 118,558 | 2/7/2023 | |
1.15.5 | 37,650 | 2/4/2023 | |
1.14.4 | 144,356 | 1/11/2023 | |
1.13.5 | 137,055 | 12/16/2022 | |
1.12.6 | 308,622 | 11/8/2022 | |
1.12.4-preview | 2,794 | 10/26/2022 | |
1.11.7 | 113,308 | 10/13/2022 | |
1.10.14 | 109,442 | 9/16/2022 | |
1.10.13-preview | 1,879 | 9/16/2022 | |
1.9.8 | 460,678 | 6/7/2022 | |
1.9.7-preview | 3,595 | 5/26/2022 | |
1.9.1-preview | 2,312 | 5/21/2022 | |
1.8.15 | 73,194 | 5/19/2022 | |
1.7.7 | 83,878 | 4/29/2022 | |
1.6.4 | 402,475 | 2/22/2022 | |
1.5.12 | 32,219 | 2/15/2022 | |
1.4.15 | 235,957 | 12/18/2021 | |
1.3.42 | 198,867 | 11/9/2021 | |
1.3.38-preview | 1,959 | 11/9/2021 | |
1.3.35-preview | 22,638 | 10/20/2021 | |
1.3.30-preview | 3,560 | 10/15/2021 | |
1.2.49 | 217,754 | 8/9/2021 | |
1.2.49-preview | 2,259 | 8/7/2021 | |
1.2.36-preview | 7,630 | 6/25/2021 | |
1.2.35-preview | 1,801 | 6/24/2021 | |
1.2.28-preview | 10,751 | 5/26/2021 | |
1.2.27-preview | 1,973 | 5/22/2021 | |
1.2.26-preview.gd07edb4207 | 240 | 5/21/2021 | |
1.1.5 | 296,957 | 4/30/2021 | |
1.0.19 | 54,833 | 4/11/2021 | |
1.0.16 | 7,898 | 4/11/2021 | |
1.0.15 | 778 | 4/11/2021 | |
1.0.0-preview-02 | 6,429 | 3/26/2021 | |
1.0.0-preview-01 | 118,837 | 12/24/2020 | |
1.0.0-beta-11 | 72,602 | 10/26/2020 | |
1.0.0-beta-10 | 89,938 | 9/15/2020 |
Changes in bUnit 1.31.3
### Fixed
- `UploadFile` should only throw an exception when the file size exceeds the maximum allowed size. Reported by [@candritzky](https://github.com/candritzky). Fixed by [@linkdotnet](https://github.com/linkdotnet).
See the full changelog at https://github.com/bUnit-dev/bUnit/releases