Example #1
0
 public TestProcess CreateProcess(string command, string arguments)
 {
     return(TestContext.CreateProcess(command, arguments));
 }