3 instantiations of TestDcpExecutor
Aspire.Hosting.Tests (3)
Orchestrator\ApplicationOrchestratorTests.cs (3)
803
var dcpExecutor = new
TestDcpExecutor
();
856
var dcpExecutor = new
TestDcpExecutor
();
1151
dcpExecutor ?? new
TestDcpExecutor
(),
3 references to TestDcpExecutor
Aspire.Hosting.Tests (3)
Orchestrator\ApplicationOrchestratorTests.cs (3)
803
var
dcpExecutor = new TestDcpExecutor();
856
var
dcpExecutor = new TestDcpExecutor();
1138
TestDcpExecutor
? dcpExecutor = null)