bunit 1.26.26-preview.g3fdaceb6d0

Prefix Reserved
This is a prerelease version of bunit.
There is a newer version of this package available.
See the version list below for details.
dotnet add package bunit --version 1.26.26-preview.g3fdaceb6d0                
NuGet\Install-Package bunit -Version 1.26.26-preview.g3fdaceb6d0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="bunit" Version="1.26.26-preview.g3fdaceb6d0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add bunit --version 1.26.26-preview.g3fdaceb6d0                
#r "nuget: bunit, 1.26.26-preview.g3fdaceb6d0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install bunit as a Cake Addin
#addin nuget:?package=bunit&version=1.26.26-preview.g3fdaceb6d0&prerelease

// Install bunit as a Cake Tool
#tool nuget:?package=bunit&version=1.26.26-preview.g3fdaceb6d0&prerelease                

GitHub tag Nuget Issues Open

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. Nuget
bUnit.core Core library that enables rendering a Blazor component in a test context. Nuget
bUnit.web Adds support for testing Blazor components for the web. This includes bUnit.core. Nuget
bUnit.template Template, which currently creates xUnit-based bUnit test projects only Nuget

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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETStandard 2.1

  • net5.0

  • net6.0

  • net7.0

  • net8.0

NuGet packages (21)

Showing the top 5 NuGet packages that depend on bunit:

Package Downloads
Blazored.Toast.TestExtensions

A testing library to provide helper extensions for Blazored.Toast

FluentAssertions.BUnit

Extension methods that provide fluent assertions on top of BUnit.

StoicDreams.TestFramework.Blazor

Extended functionality of Stoic Dreams Test Framework, adding funtionality to handle testing against rendered .razor components for unit and integration testing.

Breakdance.Blazor

Breakdance is a testing framework for managing the dangerous dance of shipping public APIs. This package helps generate public API reports for any .NET assembly, and compare them against a prior unit test run. That way, if something in the API surface changed, the unit test will fail.

Vertiq.Modules.DiagnosticModule

A highly modular framework for writing Blazor applications with a hassle-free, vertical-sliced architecture - Easy. Flexible. Focused.

GitHub repositories (35)

Showing the top 5 popular GitHub repositories that depend on bunit:

Repository Stars
MudBlazor/MudBlazor
Blazor Component Library based on Material design with an emphasis on ease of use. Mainly written in C# with Javascript kept to a bare minimum it empowers .NET developers to easily debug it if needed.
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
dotnet/aspire
Tools, templates, and packages to accelerate building observable, production-ready apps
microsoft/fluentui-blazor
Microsoft Fluent UI Blazor components library. For use with ASP.NET Core Blazor applications
Megabit/Blazorise
Blazorise is a component library built on top of Blazor with support for CSS frameworks like Bootstrap, Tailwind, Bulma, AntDesign, and Material.
Version Downloads Last updated
2.0.33-preview 2,828 7/21/2024
2.0.24-preview 15,948 3/13/2024
2.0.22-preview 391 3/9/2024
1.36.0 69 11/12/2024
1.35.3 26 11/12/2024
1.34.0 10,484 11/1/2024
1.33.3 39,772 10/11/2024
1.33.1-preview 66 10/7/2024
1.32.7 19,285 10/4/2024
1.31.3 143,093 8/16/2024
1.31.1-preview 109 8/14/2024
1.30.3 71,084 7/21/2024
1.29.5 49,161 7/5/2024
1.28.9 299,721 4/19/2024
1.28.4-preview 618 3/17/2024
1.28.2-preview 698 3/6/2024
1.27.17 209,650 3/2/2024
1.27.16-preview 602 3/2/2024
1.27.12-preview 1,388 2/23/2024
1.27.11-preview 1,020 2/19/2024
1.27.5-preview 7,810 1/9/2024
1.27.2-preview 1,455 12/28/2023
1.27.1-preview 1,334 12/28/2023
1.26.64 534,861 12/20/2023
1.26.61-preview.g17cfa782a0 170 12/17/2023
1.26.61-preview 1,259 12/17/2023
1.26.29-preview.ga9c0cd8510 205 12/12/2023
1.26.29-preview.g9431b069b0 108 12/12/2023
1.26.29-preview.g91e9e2287f 134 12/10/2023
1.26.29-preview.g6269f42046 96 12/12/2023
1.26.29-preview.g1595589333 92 12/13/2023
1.26.28-preview.g08ea910651 99 12/10/2023
1.26.27-preview.geb23ca9882 114 12/8/2023
1.26.27-preview.ge5c30f7b82 94 12/8/2023
1.26.26-preview.g3fdaceb6d0 687 11/25/2023
1.26.25-preview.gf8662d54ff 96 11/25/2023
1.26.25-preview.ga796d3d959 90 11/25/2023
1.26.25-preview.g43750dfc46 90 11/25/2023
1.26.25-preview.g028ac0e5cc 86 11/25/2023
1.26.24-preview.ge6af60b555 83 11/24/2023
1.26.23-preview 1,485 11/24/2023
1.26.20-preview 1,198 11/24/2023
1.26.19-preview 1,181 11/24/2023
1.26.18-preview 1,283 11/24/2023
1.26.17-preview 1,109 11/23/2023
1.26.4-preview 2,277 11/20/2023
1.26.1-preview 1,265 11/17/2023
1.25.3 201,209 11/14/2023
1.25.2-preview 1,749 11/13/2023
1.25.1-preview 17,719 10/21/2023
1.25.0-preview 1,570 10/21/2023
1.24.10 138,341 10/14/2023
1.24.9-preview 1,324 10/14/2023
1.24.8-preview 1,552 10/14/2023
1.24.3-preview 1,920 10/6/2023
1.23.9 136,650 9/6/2023
1.23.8-preview 1,488 9/5/2023
1.23.3-preview 2,271 8/23/2023
1.23.1-preview 2,526 7/31/2023
1.22.19 167,005 7/28/2023
1.22.18-preview 2,366 7/23/2023
1.22.16-preview 1,769 7/15/2023
1.22.15-preview 1,379 7/14/2023
1.22.14-preview 1,328 7/13/2023
1.22.13-preview 1,386 7/12/2023
1.22.7-preview 9,477 7/3/2023
1.21.14-preview 1,442 7/1/2023
1.21.9 90,737 7/2/2023 1.21.9 is deprecated because it has critical bugs.
1.21.8-preview 1,531 6/30/2023
1.21.7-preview 1,379 6/29/2023
1.21.5-preview 1,237 6/28/2023
1.21.3-preview 1,515 6/25/2023
1.20.8 140,166 5/21/2023 1.20.8 is deprecated because it has critical bugs.
1.20.7-preview 1,501 5/17/2023
1.19.14 139,556 4/26/2023 1.19.14 is deprecated because it has critical bugs.
1.18.4 537,492 2/26/2023
1.17.2 23,635 2/22/2023
1.16.2 111,091 2/7/2023
1.15.5 29,834 2/4/2023
1.14.4 125,377 1/11/2023
1.13.5 104,710 12/16/2022
1.12.6 267,391 11/8/2022
1.12.4-preview 1,964 10/26/2022
1.11.7 93,741 10/13/2022
1.10.14 103,796 9/16/2022
1.10.13-preview 1,517 9/16/2022
1.9.8 386,520 6/7/2022
1.9.7-preview 3,184 5/26/2022
1.9.1-preview 2,013 5/21/2022
1.8.15 61,933 5/19/2022
1.7.7 66,840 4/29/2022
1.6.4 339,920 2/22/2022
1.5.12 29,729 2/15/2022
1.4.15 197,079 12/18/2021
1.3.42 156,367 11/9/2021
1.3.38-preview 1,606 11/9/2021
1.3.35-preview 18,697 10/20/2021
1.3.30-preview 3,041 10/15/2021
1.2.49 172,791 8/9/2021
1.2.49-preview 1,974 8/7/2021
1.2.36-preview 6,272 6/25/2021
1.2.35-preview 1,487 6/24/2021
1.2.28-preview 3,214 5/26/2021
1.2.27-preview 1,635 5/22/2021
1.2.26-preview.gd07edb4207 222 5/21/2021
1.1.5 247,430 4/30/2021
1.0.19 31,960 4/11/2021
1.0.16 6,857 4/11/2021
1.0.0-preview-02 3,629 3/26/2021
1.0.0-preview-01 54,943 12/24/2020
1.0.0-beta-11 39,362 10/26/2020
1.0.0-beta-10 30,649 9/15/2020

Changes in bUnit 1.26.26-preview.g3fdaceb6d0

### Changed

- Upgraded AngleSharp to 1.0.7.

### Fixed

- When the `TestContext` was disposed, the Blazor Renderer itself didn't dispose components under test. By [@linkdotnet](https://github.com/linkdotnet).

See the full changelog at https://github.com/bUnit-dev/bUnit/releases