2 instantiations of TestDetachedProcessExecution
Aspire.Cli.Tests (2)
Commands\AppHostLauncherTests.cs (2)
1309
CreatedExecution = new
TestDetachedProcessExecution
(this, fileName, args, workingDirectory.FullName, environment, options);
1321
CreatedExecution = new
TestDetachedProcessExecution
(this, startInfo.FileName, args, workingDirectory, env, options);
1 reference to TestDetachedProcessExecution
Aspire.Cli.Tests (1)
Commands\AppHostLauncherTests.cs (1)
1286
private
TestDetachedProcessExecution
? CreatedExecution { get; set; }