4 instantiations of TestConfigurationService
Aspire.Cli.Tests (4)
Caching\AppHostInfoDiskCacheTests.cs (1)
20
return new AppHostInfoDiskCache(NullLogger<AppHostInfoDiskCache>.Instance, ctx, configurationService ?? new
TestConfigurationService
(), new TestEnvironment());
Commands\InitCommandTests.cs (1)
1472
var tripwireConfigService = new global::Aspire.Cli.Tests.TestServices.
TestConfigurationService
Commands\NewCommandChannelResolutionTests.cs (1)
42
var tripwireConfigService = new global::Aspire.Cli.Tests.TestServices.
TestConfigurationService
Commands\UpdateCommandTests.cs (1)
3425
options.ConfigurationServiceFactory = _ => new Aspire.Cli.Tests.TestServices.
TestConfigurationService
2 references to TestConfigurationService
Aspire.Cli.Tests (2)
Commands\InitCommandTests.cs (1)
1472
var
tripwireConfigService = new global::Aspire.Cli.Tests.TestServices.TestConfigurationService
Commands\NewCommandChannelResolutionTests.cs (1)
42
var
tripwireConfigService = new global::Aspire.Cli.Tests.TestServices.TestConfigurationService