Пример #1
0
 public void StartSession(string mdProfile, string args = null)
 {
     TestService.StartSession(MonoDevelopBinPath, mdProfile, args);
 }
Пример #2
0
 public void StartSession(string mdProfile, string args = null)
 {
     TestService.StartSession(MonoDevelopBinPath, mdProfile, args);
     TestService.Session.DebugObject = new UITestDebug();
 }