11 references to CreateServicesWithLayout
Aspire.Cli.Tests (11)
Commands\DashboardRunCommandTests.cs (11)
136var (services, _, executionFactory) = CreateServicesWithLayout(workspace); 156var (services, _, _) = CreateServicesWithLayout(workspace, interactionService: testInteractionService); 189var (services, _, _) = CreateServicesWithLayout(workspace, testInteractionService, bundleService); 212var (services, _, executionFactory) = CreateServicesWithLayout(workspace); 242var (services, _, executionFactory) = CreateServicesWithLayout(workspace); 262var (services, _, executionFactory) = CreateServicesWithLayout(workspace); 286var (services, _, executionFactory) = CreateServicesWithLayout(workspace); 312var (services, _, executionFactory) = CreateServicesWithLayout(workspace); 339var (services, _, executionFactory) = CreateServicesWithLayout(workspace, interactionService: testInteractionService); 357var (services, managedPath, executionFactory) = CreateServicesWithLayout(workspace, interactionService: testInteractionService); 404var (services, _, executionFactory) = CreateServicesWithLayout(workspace, interactionService: testInteractionService);