bUnit icon indicating copy to clipboard operation
bUnit copied to clipboard

bUnit is a testing library for Blazor components that make tests look, feel, and runs like regular unit tests. bUnit makes it easy to render and control a component under test’s life-cycle, pass param...

Results 78 bUnit issues
Sort by recently updated
recently updated
newest added

The nightly build failed against the nightly .NET 7 SDK. Please investigate. ## Additional information `dotnet --version`: `7.0.100-preview.7.22377.5`

input needed

This pull requests allows the `FakeNavigationManager` to prevent navigation when a `NavigationLock` component is existing. Fixes #804. At the moment this PR can not be merged as the feature is...

Bumps [Meziantou.Analyzer](https://github.com/meziantou/Meziantou.Analyzer) from 1.0.709 to 1.0.712. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Meziantou.Analyzer&package-manager=nuget&previous-version=1.0.709&new-version=1.0.712)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

## Pull request description Work in progress! This should implement a new way of rendering components that allows us to create DOM tree directly using AngleSharps API, as well as...

remove some redundant `?` and `!`

With the ASP.NET Core 7 Preview 6 announcements they also introduced QuickGrid as an external package. Even though this is not a first class citizen directly inside aspnet chances are...

documentation

With the recent merge of this PR: https://github.com/dotnet/aspnetcore/pull/42638 (here the issue which tracks the topic: https://github.com/dotnet/aspnetcore/issues/42877) users can intercept the `NavigationManager` and prevent redirects. To make it work we have...

enhancement

Upgrading bUnit from 1.3.42 -> 1.9.8, I observed that a unit test calling RenderedFragmentInvokeAsyncExtensions.InvokeAsync(() => targetFragment.InvokeAsync()), causes the targetFragment to become disposed. The targetFragment is within a ParentFragment rendered in...

In certain scenarios (#152), it can make it easier to create test when it is possible to get a component from a DOM element, due to the good DOM query...

enhancement
help wanted
input needed