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