6 references to WaitForPredicate
Microsoft.VisualStudio.IntegrationTest.Utilities (6)
InProcess\InteractiveWindow_InProc.cs (6)
207=> WaitForPredicate(GetReplText, ReplPromptText, s_endsWith, "end with"); 210=> WaitForPredicate(GetReplText, outputText + Environment.NewLine + ReplPromptText, s_endsWith, "end with"); 222=> WaitForPredicate(GetLastReplOutput, outputText, s_equals, "is"); 225=> WaitForPredicate(GetLastReplOutput, outputText, s_contains, "contain"); 228=> WaitForPredicate(GetLastReplInput, outputText, s_equals, "is"); 231=> WaitForPredicate(GetLastReplInput, outputText, s_contains, "contain");