14 instantiations of TestFeatures
Aspire.Cli.Tests (14)
Projects\ProjectLocatorTests.cs (14)
41
var projectLocator = new ProjectLocator(logger, runner, executionContext, interactionService, configurationService, new AspireCliTelemetry(), new
TestFeatures
());
79
var projectLocator = new ProjectLocator(logger, runner, executionContext, interactionService, configurationService, new AspireCliTelemetry(), new
TestFeatures
());
118
var projectLocator = new ProjectLocator(logger, runner, executionContext, interactionService, configurationService, new AspireCliTelemetry(), new
TestFeatures
());
162
var projectLocator = new ProjectLocator(logger, runner, executionContext, interactionService, configurationService, new AspireCliTelemetry(), new
TestFeatures
());
186
var projectLocator = new ProjectLocator(logger, runner, executionContext, interactionService, configurationService, new AspireCliTelemetry(), new
TestFeatures
());
221
var projectLocator = new ProjectLocator(logger, runner, executionContext, interactionService, configurationService, new AspireCliTelemetry(), new
TestFeatures
());
237
var projectLocator = new ProjectLocator(logger, runner, executionContext, interactionService, configurationService, new AspireCliTelemetry(), new
TestFeatures
());
258
var projectLocator = new ProjectLocator(logger, runner, executionContext, interactionService, configurationService, new AspireCliTelemetry(), new
TestFeatures
());
278
var projectLocator = new ProjectLocator(logger, runner, executionContext, interactionService, configurationService, new AspireCliTelemetry(), new
TestFeatures
());
311
var locator = new ProjectLocator(logger, runner, executionContext, interactionService, configurationService, new AspireCliTelemetry(), new
TestFeatures
());
608
var projectLocator = new ProjectLocator(logger, runner, executionContext, interactionService, configurationService, new AspireCliTelemetry(), new
TestFeatures
());
720
var features = new
TestFeatures
().SetFeature(KnownFeatures.SingleFileAppHostEnabled, true);
746
var projectLocator = new ProjectLocator(logger, runner, executionContext, interactionService, configurationService, new AspireCliTelemetry(), new
TestFeatures
());
776
var projectLocator = new ProjectLocator(logger, runner, executionContext, interactionService, configurationService, new AspireCliTelemetry(), new
TestFeatures
());
2 references to TestFeatures
Aspire.Cli.Tests (2)
Projects\ProjectLocatorTests.cs (2)
702
public
TestFeatures
SetFeature(string featureName, bool value)
720
var
features = new TestFeatures().SetFeature(KnownFeatures.SingleFileAppHostEnabled, true);