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