3 instantiations of TestDcpExecutor
Aspire.Hosting.Tests (3)
Orchestrator\ApplicationOrchestratorTests.cs (3)
785
var dcpExecutor = new
TestDcpExecutor
();
838
var dcpExecutor = new
TestDcpExecutor
();
1133
dcpExecutor ?? new
TestDcpExecutor
(),
3 references to TestDcpExecutor
Aspire.Hosting.Tests (3)
Orchestrator\ApplicationOrchestratorTests.cs (3)
785
var
dcpExecutor = new TestDcpExecutor();
838
var
dcpExecutor = new TestDcpExecutor();
1120
TestDcpExecutor
? dcpExecutor = null)