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