1 instantiation of WebsiteProcess
InteropTests (1)
InteropTests.cs (1)
121
using (var serverProcess = new
WebsiteProcess
(_serverPath, _output))
3 references to WebsiteProcess
InteropTests (3)
InteropTests.cs (3)
120
_output.WriteLine($"Starting {nameof(
WebsiteProcess
)}.");
121
using (
var
serverProcess = new WebsiteProcess(_serverPath, _output))
125
_output.WriteLine($"Waiting for {nameof(
WebsiteProcess
)} to be ready.");