19 references to IntegrationHelper
Microsoft.VisualStudio.IntegrationTest.Utilities (19)
AutomationElementHelper.cs (1)
53
await
IntegrationHelper
.WaitForResultAsync(
InProcess\SolutionExplorer_InProc.cs (3)
116
var solutionPath =
IntegrationHelper
.CreateTemporaryPath();
118
IntegrationHelper
.DeleteDirectoryRecursively(solutionPath);
323
IntegrationHelper
.TryDeleteDirectoryRecursively(directoryToDelete);
InProcess\VisualStudio_InProc.cs (2)
61
if (
IntegrationHelper
.TrySetForegroundWindow(activeVisualStudioWindow))
67
if (!
IntegrationHelper
.TrySetForegroundWindow(activeVisualStudioWindow))
Input\AbstractSendKeys.cs (1)
210
IntegrationHelper
.SendInput(inputs);
TemporaryTextFile.cs (3)
23
_path =
IntegrationHelper
.CreateTemporaryPath();
29
IntegrationHelper
.CreateDirectory(_path, deleteExisting: true);
42
IntegrationHelper
.DeleteDirectoryRecursively(_path);
VisualStudioInstance.cs (2)
256
var dte =
IntegrationHelper
.TryLocateDteForProcess(process);
271
IntegrationHelper
.KillProcess(HostProcess);
VisualStudioInstanceFactory.cs (7)
184
dte = await
IntegrationHelper
.WaitForNotNullAsync(() =>
IntegrationHelper
.TryLocateDteForProcess(hostProcess)).ConfigureAwait(true);
198
dte = await
IntegrationHelper
.WaitForNotNullAsync(() =>
IntegrationHelper
.TryLocateDteForProcess(hostProcess)).ConfigureAwait(true);
378
IntegrationHelper
.KillProcess("DbgCLR");
379
IntegrationHelper
.KillProcess("VsJITDebugger");
380
IntegrationHelper
.KillProcess("dexplore");