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