5 references to GetApplication
Aspire.Dashboard.Tests (5)
Model\ApplicationsSelectHelpersTests.cs (5)
57var app = appVMs.GetApplication(NullLogger.Instance, "app-app-abc", canSelectGrouping: false, null!); 98var app = appVMs.GetApplication(factory.CreateLogger("Test"), "app-app", canSelectGrouping: false, null!); 122var app = appVMs.GetApplication(factory.CreateLogger("Test"), "test", canSelectGrouping: false, null!); 161var app = appVMs.GetApplication(NullLogger.Instance, "app", canSelectGrouping: false, null!); 198var app = appVMs.GetApplication(NullLogger.Instance, "app", canSelectGrouping: true, null!);