4 instantiations of TestAuthenticationStateProvider
Microsoft.AspNetCore.Components.Authorization.Tests (4)
AuthorizeRouteViewTest.cs (1)
24
_authenticationStateProvider = new
TestAuthenticationStateProvider
();
CascadingAuthenticationStateTest.cs (3)
37
var authStateProvider = new
TestAuthenticationStateProvider
()
70
var authStateProvider = new
TestAuthenticationStateProvider
()
122
var authStateProvider = new
TestAuthenticationStateProvider
()
4 references to TestAuthenticationStateProvider
Microsoft.AspNetCore.Components.Authorization.Tests (4)
AuthorizeRouteViewTest.cs (1)
16
private readonly
TestAuthenticationStateProvider
_authenticationStateProvider;
CascadingAuthenticationStateTest.cs (3)
37
var
authStateProvider = new TestAuthenticationStateProvider()
70
var
authStateProvider = new TestAuthenticationStateProvider()
122
var
authStateProvider = new TestAuthenticationStateProvider()