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