9 instantiations of TestProjectLocator
Aspire.Cli.Tests (9)
Commands\AddCommandTests.cs (4)
39options.ProjectLocatorFactory = _ => new TestProjectLocator(); 112options.ProjectLocatorFactory = _ => new TestProjectLocator(); 193options.ProjectLocatorFactory = _ => new TestProjectLocator(); 270options.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 (1)
167var projectLocatorFactory = (IServiceProvider sp) => new TestProjectLocator();