11 instantiations of TestGoLaunchConfiguration
Aspire.Hosting.Tests (11)
DebugSupportExtensionsTests.cs (11)
84
return Task.FromResult(new
TestGoLaunchConfiguration
{ Mode = context.Mode });
164
.WithDebugSupport(mode => new
TestGoLaunchConfiguration
{ Mode = mode, Package = "./cmd/api" }, "go");
183
return new
TestGoLaunchConfiguration
{ Mode = mode, Package = "./cmd/api" };
203
return Task.FromResult(new
TestGoLaunchConfiguration
{ Mode = mode });
222
return Task.FromResult(new
TestGoLaunchConfiguration
246
.WithDebugSupport(mode => new
TestGoLaunchConfiguration
{ Mode = mode }, "go");
263
return Task.FromResult(new
TestGoLaunchConfiguration
341
.WithDebugSupport(mode => new
TestGoLaunchConfiguration
{ Mode = mode }, "go");
365
.WithDebugSupport(mode => new
TestGoLaunchConfiguration
{ Mode = mode }, "go");
379
.WithDebugSupport(mode => new
TestGoLaunchConfiguration
{ Mode = mode }, "go");
428
.WithDebugSupport(mode => new
TestGoLaunchConfiguration
{ Mode = mode }, "go");
11 references to TestGoLaunchConfiguration
Aspire.Hosting.Tests (11)
DebugSupportExtensionsTests.cs (11)
87
var
launchConfiguration = Assert.IsType<
TestGoLaunchConfiguration
>(
166
var
launchConfiguration = Assert.IsType<
TestGoLaunchConfiguration
>(await CreateLaunchConfigurationForTestAsync(executable.Resource, ExecutableLaunchMode.NoDebug));
186
var
launchConfiguration = Assert.IsType<
TestGoLaunchConfiguration
>(await CreateLaunchConfigurationForTestAsync(executable.Resource, ExecutableLaunchMode.Debug));
229
var
launchConfiguration = Assert.IsType<
TestGoLaunchConfiguration
>(
275
var
launchConfiguration = Assert.IsType<
TestGoLaunchConfiguration
>(
317
.WithDebugSupport(_ => (
TestGoLaunchConfiguration
)null!, "go");