Skip to content

Instantly share code, notes, and snippets.

@pawelel
Created April 5, 2021 16:44
Show Gist options
  • Save pawelel/f619e37f18fe152945c5db81a5859cdd to your computer and use it in GitHub Desktop.
Save pawelel/f619e37f18fe152945c5db81a5859cdd to your computer and use it in GitHub Desktop.
test imports for bUnit (blazor)
@using Microsoft.AspNetCore.Components
@using Microsoft.AspNetCore.Components.Forms
@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.AspNetCore.Components.Web
@using Microsoft.JSInterop
@using Microsoft.Extensions.DependencyInjection
@using AngleSharp.Dom
@using Bunit
@using Bunit.Xunit
@using Bunit.TestDoubles
@using Xunit
@using NameSpace.Pages
@using NameSpace.Shared
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment