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