31 instantiations of TestProjectLocator
Aspire.Cli.Tests (31)
Commands\AddCommandTests.cs (7)
43options.ProjectLocatorFactory = _ => new TestProjectLocator(); 118options.ProjectLocatorFactory = _ => new TestProjectLocator(); 201options.ProjectLocatorFactory = _ => new TestProjectLocator(); 280options.ProjectLocatorFactory = _ => new TestProjectLocator(); 361options.ProjectLocatorFactory = _ => new TestProjectLocator(); 424options.ProjectLocatorFactory = _ => new TestProjectLocator(); 478options.ProjectLocatorFactory = _ => new TestProjectLocator();
Commands\DeployCommandTests.cs (4)
70options.ProjectLocatorFactory = (sp) => new TestProjectLocator(); 104options.ProjectLocatorFactory = (sp) => new TestProjectLocator(); 138options.ProjectLocatorFactory = (sp) => new TestProjectLocator(); 202options.ProjectLocatorFactory = (sp) => new TestProjectLocator();
Commands\ExecCommandTests.cs (2)
121options.ProjectLocatorFactory = _ => new TestProjectLocator(); 146options.ProjectLocatorFactory = _ => new TestProjectLocator();
Commands\PublishCommandPromptingIntegrationTests.cs (10)
38options.ProjectLocatorFactory = (sp) => new TestProjectLocator(); 84options.ProjectLocatorFactory = (sp) => new TestProjectLocator(); 136options.ProjectLocatorFactory = (sp) => new TestProjectLocator(); 183options.ProjectLocatorFactory = (sp) => new TestProjectLocator(); 229options.ProjectLocatorFactory = (sp) => new TestProjectLocator(); 287options.ProjectLocatorFactory = (sp) => new TestProjectLocator(); 366options.ProjectLocatorFactory = (sp) => new TestProjectLocator(); 434options.ProjectLocatorFactory = (sp) => new TestProjectLocator(); 486options.ProjectLocatorFactory = (sp) => new TestProjectLocator(); 541options.ProjectLocatorFactory = (sp) => new TestProjectLocator();
Commands\PublishCommandTests.cs (4)
66options.ProjectLocatorFactory = (sp) => new TestProjectLocator(); 97options.ProjectLocatorFactory = (sp) => new TestProjectLocator(); 128options.ProjectLocatorFactory = (sp) => new TestProjectLocator(); 172options.ProjectLocatorFactory = (sp) => new TestProjectLocator();
Commands\RunCommandTests.cs (4)
105var projectLocatorFactory = (IServiceProvider sp) => new TestProjectLocator(); 209var projectLocatorFactory = (IServiceProvider sp) => new TestProjectLocator(); 263var projectLocatorFactory = (IServiceProvider sp) => new TestProjectLocator(); 335var projectLocatorFactory = (IServiceProvider sp) => new TestProjectLocator();