1 instantiation of TestDcpApiServer
Aspire.Hosting.Tests (1)
Dcp\KubernetesServiceTests.cs (1)
278
return new
TestDcpApiServer
(app, port);
5 references to TestDcpApiServer
Aspire.Hosting.Tests (5)
Dcp\KubernetesServiceTests.cs (5)
39
await using
var
server = await
TestDcpApiServer
.StartAsync(cts.Token);
66
await using
var
server = await
TestDcpApiServer
.StartAsync(cts.Token);
253
public static async Task<
TestDcpApiServer
> StartAsync(CancellationToken cancellationToken = default)