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