6 references to StartProcess
Microsoft.VisualBasic.IntegrationTests (5)
InteractionTests.cs (1)
117
return TestHelpers.
StartProcess
(startInfo);
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBaseTests.cs (3)
16
Process process = TestHelpers.
StartProcess
(startInfo);
25
Process process0 = TestHelpers.
StartProcess
(new ProcessStartInfo { FileName = exePath, Arguments = "WindowsFormsApplicationBase.RunSingleInstance0" });
26
Process process1 = TestHelpers.
StartProcess
(new ProcessStartInfo { FileName = exePath, Arguments = "WindowsFormsApplicationBase.RunSingleInstance1" });
Microsoft\VisualBasic\MyServices\Internal\ProgressDialogTests.cs (1)
15
Process process = TestHelpers.
StartProcess
(startInfo);
System.Windows.Forms.IntegrationTests.Common (1)
TestHelpers.cs (1)
94
return
StartProcess
(startInfo);