10 references to TestNavigationManager
Aspire.Dashboard.Components.Tests (10)
Controls\TerminalViewTests.cs (2)
438Services.AddSingleton<NavigationManager>(new TestNavigationManager(baseUri)); 453Services.AddSingleton<NavigationManager>(new TestNavigationManager("https://dashboard.example/aspire/"));
Controls\TerminalWindowButtonTests.cs (1)
88Services.AddSingleton<NavigationManager>(new TestNavigationManager("http://localhost/aspire/nested/"));
Dialogs\InteractionsTerminalDialogTests.cs (1)
28Services.AddSingleton<NavigationManager>(new TestNavigationManager($"https://dashboard.example{pathBase}/"));
Layout\TerminalDockTests.cs (3)
51Services.AddSingleton<NavigationManager>(new TestNavigationManager($"https://dashboard.example{pathBase}/")); 138Services.AddSingleton<NavigationManager>(new TestNavigationManager($"https://dashboard.example{pathBase}/")); 656Services.AddSingleton<NavigationManager>(new TestNavigationManager($"http://localhost{pathBase}/"));
Layout\TerminalDockWindowTrackingTests.cs (1)
90Services.AddSingleton<NavigationManager>(new TestNavigationManager($"https://dashboard.example{pathBase}/"));
Pages\ConsoleLogsTerminalTests.cs (1)
110Services.AddSingleton<NavigationManager>(new TestNavigationManager($"http://localhost{pathBase}/"));
Pages\TerminalWindowTests.cs (1)
96Services.AddSingleton<NavigationManager>(new TestNavigationManager($"https://dashboard.example{pathBase}/"));