12 references to CreateServicesWithLayout
Aspire.Cli.Tests (12)
Commands\DashboardRunCommandTests.cs (12)
139var (services, _, executionFactory) = CreateServicesWithLayout(workspace); 159var (services, _, _) = CreateServicesWithLayout(workspace, interactionService: testInteractionService); 192var (services, _, _) = CreateServicesWithLayout(workspace, testInteractionService, bundleService); 215var (services, _, executionFactory) = CreateServicesWithLayout(workspace); 248var (services, _, executionFactory) = CreateServicesWithLayout(workspace); 268var (services, _, executionFactory) = CreateServicesWithLayout(workspace); 292var (services, _, executionFactory) = CreateServicesWithLayout(workspace); 312var (services, _, executionFactory) = CreateServicesWithLayout(workspace); 338var (services, _, executionFactory) = CreateServicesWithLayout(workspace); 367var (services, _, executionFactory) = CreateServicesWithLayout(workspace, interactionService: testInteractionService); 385var (services, managedPath, executionFactory) = CreateServicesWithLayout(workspace, interactionService: testInteractionService); 432var (services, _, executionFactory) = CreateServicesWithLayout(workspace, interactionService: testInteractionService);