Created
April 5, 2021 16:44
-
-
Save pawelel/f619e37f18fe152945c5db81a5859cdd to your computer and use it in GitHub Desktop.
test imports for bUnit (blazor)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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