4 instantiations of TestMauiLaunchConfiguration
Aspire.Hosting.Tests (4)
Dcp\DcpExecutorTests.cs (4)
6340.WithDebugSupport(mode => new TestMauiLaunchConfiguration 6527static TestMauiLaunchConfiguration CreateMauiLaunchConfiguration(string mode) => new() 6774mode => new TestMauiLaunchConfiguration 6889mode => new TestMauiLaunchConfiguration
5 references to TestMauiLaunchConfiguration
Aspire.Hosting.Tests (5)
Dcp\DcpExecutorTests.cs (5)
6393Assert.True(exe.TryGetAnnotationAsObjectList<TestMauiLaunchConfiguration>(Executable.LaunchConfigurationsAnnotation, out var launchConfigs)); 6394var launchConfig = Assert.Single(launchConfigs); 6527static TestMauiLaunchConfiguration CreateMauiLaunchConfiguration(string mode) => new() 6566async Task<TestMauiLaunchConfiguration> (context) => 6577TestMauiLaunchConfiguration (mode) =>