5 references to TestPageWithNoAuthorization
Microsoft.AspNetCore.Components.Authorization.Tests (5)
AuthorizeRouteViewTest.cs (5)
277
var routeData = new RouteData(typeof(
TestPageWithNoAuthorization
), EmptyParametersDictionary);
296
component => Assert.IsType<
TestPageWithNoAuthorization
>(component));
303
var routeData = new RouteData(typeof(
TestPageWithNoAuthorization
), EmptyParametersDictionary);
327
component => Assert.IsType<
TestPageWithNoAuthorization
>(component));
335
var routeData = new RouteData(typeof(
TestPageWithNoAuthorization
), EmptyParametersDictionary);