15 instantiations of TestProjectLocator
Aspire.Cli.Tests (15)
Commands\AddCommandTests.cs (8)
39options.ProjectLocatorFactory = _ => new TestProjectLocator(); 112options.ProjectLocatorFactory = _ => new TestProjectLocator(); 183options.ProjectLocatorFactory = _ => new TestProjectLocator(); 262options.ProjectLocatorFactory = _ => new TestProjectLocator(); 343options.ProjectLocatorFactory = _ => new TestProjectLocator(); 420options.ProjectLocatorFactory = _ => new TestProjectLocator(); 495options.ProjectLocatorFactory = _ => new TestProjectLocator(); 558options.ProjectLocatorFactory = _ => new TestProjectLocator();
Commands\PublishCommandTests.cs (4)
63options.ProjectLocatorFactory = (sp) => new TestProjectLocator(); 93options.ProjectLocatorFactory = (sp) => new TestProjectLocator(); 123options.ProjectLocatorFactory = (sp) => new TestProjectLocator(); 165options.ProjectLocatorFactory = (sp) => new TestProjectLocator();
Commands\RunCommandTests.cs (3)
99var projectLocatorFactory = (IServiceProvider sp) => new TestProjectLocator(); 182var projectLocatorFactory = (IServiceProvider sp) => new TestProjectLocator(); 238var projectLocatorFactory = (IServiceProvider sp) => new TestProjectLocator();