1 instantiation of ClientProcess
InteropTests (1)
InteropTests.cs (1)
142
using (var clientProcess = new
ClientProcess
(_output, _clientPath, serverProcess.ServerPort, name))
4 references to ClientProcess
InteropTests (4)
InteropTests.cs (4)
141
_output.WriteLine($"Starting {nameof(
ClientProcess
)}.");
142
using (
var
clientProcess = new ClientProcess(_output, _clientPath, serverProcess.ServerPort, name))
146
_output.WriteLine($"Waiting for {nameof(
ClientProcess
)} to be ready.");
149
_output.WriteLine($"Waiting for {nameof(
ClientProcess
)} to exit.");