7 references to IntegrationHelper
Microsoft.VisualStudio.LanguageServices.New.IntegrationTests (7)
InfrastructureTests.cs (4)
40
var modalWindow =
IntegrationHelper
.GetModalWindowFromParentWindow(await TestServices.Shell.GetMainWindowAsync(HangMitigatingCancellationToken));
43
Assert.Equal("Microsoft Visual Studio",
IntegrationHelper
.GetTitleForWindow(modalWindow));
47
modalWindow =
IntegrationHelper
.GetModalWindowFromParentWindow(await TestServices.Shell.GetMainWindowAsync(HangMitigatingCancellationToken));
50
switch (
IntegrationHelper
.GetTitleForWindow(modalWindow))
InProcess\StateResetInProcess.cs (3)
108
var modalWindow =
IntegrationHelper
.GetModalWindowFromParentWindow(mainWindow);
111
if ("Default IME" ==
IntegrationHelper
.GetTitleForWindow(modalWindow))
119
var nextModalWindow =
IntegrationHelper
.GetModalWindowFromParentWindow(mainWindow);