1 instantiation of TestNavigationManager
Microsoft.AspNetCore.Components.Web.Tests (1)
HtmlRendering\HtmlRendererTest.cs (1)
1128
})).AddScoped<NavigationManager>(_ => new
TestNavigationManager
(baseUrl, currentUrl)));
3 references to TestNavigationManager
Microsoft.AspNetCore.Components.Web.Tests (3)
HtmlRendering\HtmlRendererTest.cs (3)
1150
})).AddScoped<NavigationManager,
TestNavigationManager
>());
1172
})).AddScoped<NavigationManager,
TestNavigationManager
>());
1377
services.AddScoped<NavigationManager,
TestNavigationManager
>();