Пример #1
0
 	public static Process nUnit_Run_Show_Console_on_PopupWindow(this string projectOrAssembly)
 	{
 		var nunit = new API_NUnit();  		
 		return nunit.console_Run_on_PopupWindow(projectOrAssembly);
 	}    	
Пример #2
0
 public static Process console_Run_on_PopupWindow(this API_NUnit nUnitApi, string projectOrAssembly, string extraStartupOptions)
 {
     return(nUnitApi.console_Run_on_PopupWindow(projectOrAssembly, extraStartupOptions, true));
 }
Пример #3
0
        public static Process nUnit_Run_Show_Console_on_PopupWindow(this string projectOrAssembly)
        {
            var nunit = new API_NUnit();

            return(nunit.console_Run_on_PopupWindow(projectOrAssembly));
        }
Пример #4
0
 public static Process console_Run_on_PopupWindow(this API_NUnit nUnitApi, string projectOrAssembly)
 {
     return(nUnitApi.console_Run_on_PopupWindow(projectOrAssembly, null));
 }