1 write to Verify
Microsoft.VisualStudio.IntegrationTest.Utilities (1)
OutOfProcess\InteractiveWindow_OutOfProc.cs (1)
24Verify = new Verifier(this, visualStudioInstance);
74 references to Verify
Microsoft.VisualStudio.LanguageServices.IntegrationTests (74)
CSharp\CSharpInteractiveAsyncOutput.cs (3)
44VisualStudio.InteractiveWindow.Verify.ReplPromptConsistency(prompt: "....", output: "$"); 54VisualStudio.InteractiveWindow.Verify.ReplPromptConsistency(prompt: "....", output: "$"); 60VisualStudio.InteractiveWindow.Verify.ReplPromptConsistency(prompt: "....", output: "$");
CSharp\CSharpInteractiveBoxSelection.cs (17)
45VisualStudio.InteractiveWindow.Verify.LastReplInput(@"__234567890ABCDEF 63VisualStudio.InteractiveWindow.Verify.LastReplInput(@"__|234567890ABCDEF 81VisualStudio.InteractiveWindow.Verify.LastReplInput(@"__234567890ABCDEF 99VisualStudio.InteractiveWindow.Verify.LastReplInput(@"__|234567890ABCDEF 117VisualStudio.InteractiveWindow.Verify.LastReplInput(@"1234567890ABCDEF 135VisualStudio.InteractiveWindow.Verify.LastReplInput(@"1234567890ABCDEF 153VisualStudio.InteractiveWindow.Verify.LastReplInput(@"1234567890ABCDEF 171VisualStudio.InteractiveWindow.Verify.LastReplInput(@"1234567890ABCDEF 189VisualStudio.InteractiveWindow.Verify.LastReplInput(@"1234567890ABCDEF 240VisualStudio.InteractiveWindow.Verify.LastReplInput(@"1234567890ABCDEF 258VisualStudio.InteractiveWindow.Verify.LastReplInput(@"1234567890ABCDEF 276VisualStudio.InteractiveWindow.Verify.LastReplInput(@"1CDEF 294VisualStudio.InteractiveWindow.Verify.LastReplInput(@"CDEF 312VisualStudio.InteractiveWindow.Verify.LastReplInput(@"7890ABCDEF"); 323VisualStudio.InteractiveWindow.Verify.LastReplInput(@"4567890ABCDEF"); 334VisualStudio.InteractiveWindow.Verify.LastReplInput(@"__4567890ABCDEF"); 387VisualStudio.InteractiveWindow.Verify.LastReplInput(@"1234567890ABCDEF
CSharp\CSharpInteractiveCommands.cs (12)
30VisualStudio.InteractiveWindow.Verify.LastReplInput("1.ToString()"); 39VisualStudio.InteractiveWindow.Verify.LastReplInput("1.ToString()"); 41VisualStudio.InteractiveWindow.Verify.LastReplInput("1 + 2"); 45VisualStudio.InteractiveWindow.Verify.LastReplInput("1.ToString()"); 82VisualStudio.InteractiveWindow.Verify.ReplPromptConsistency("<![CDATA[1 + 2 + 3]]>", "6"); 91VisualStudio.InteractiveWindow.Verify.LastReplInput(string.Empty); 100VisualStudio.InteractiveWindow.Verify.ReplPromptConsistency("< ![CDATA[]] >", string.Empty); 102VisualStudio.InteractiveWindow.Verify.LastReplInput(" 2 + 4 "); 123VisualStudio.InteractiveWindow.Verify.LastReplInput("Text"); 129VisualStudio.InteractiveWindow.Verify.LastReplInput("TextText"); 132VisualStudio.InteractiveWindow.Verify.LastReplInput("TextTextText"); 152VisualStudio.InteractiveWindow.Verify.CaretPosition(12);
CSharp\CSharpInteractiveDirectives.cs (17)
29VisualStudio.InteractiveWindow.Verify.CompletionItemsExist("cls", 46VisualStudio.InteractiveWindow.Verify.CompletionItemsDoNotExist("int", "return", "System"); 53VisualStudio.InteractiveWindow.Verify.CompletionItemsExist( 65VisualStudio.InteractiveWindow.Verify.CompletionItemsDoNotExist("cls", 228VisualStudio.InteractiveWindow.Verify.CurrentTokenType(tokenType: "keyword"); 230VisualStudio.InteractiveWindow.Verify.CurrentTokenType(tokenType: "punctuation"); 232VisualStudio.InteractiveWindow.Verify.CurrentTokenType(tokenType: "identifier"); 234VisualStudio.InteractiveWindow.Verify.CurrentTokenType(tokenType: "string"); 237VisualStudio.InteractiveWindow.Verify.CurrentTokenType(tokenType: "xml doc comment - delimiter"); 239VisualStudio.InteractiveWindow.Verify.CurrentTokenType(tokenType: "xml doc comment - name"); 241VisualStudio.InteractiveWindow.Verify.CurrentTokenType(tokenType: "xml doc comment - text"); 243VisualStudio.InteractiveWindow.Verify.CurrentTokenType(tokenType: "xml doc comment - text"); 245VisualStudio.InteractiveWindow.Verify.CurrentTokenType(tokenType: "xml doc comment - comment"); 247VisualStudio.InteractiveWindow.Verify.CurrentTokenType(tokenType: "xml doc comment - delimiter"); 249VisualStudio.InteractiveWindow.Verify.CurrentTokenType(tokenType: "xml doc comment - cdata section"); 251VisualStudio.InteractiveWindow.Verify.CurrentTokenType(tokenType: "identifier"); 253VisualStudio.InteractiveWindow.Verify.CurrentTokenType(tokenType: "class name");
CSharp\CSharpReplClassification.cs (13)
39VisualStudio.InteractiveWindow.Verify.CurrentTokenType(tokenType: "keyword"); 41VisualStudio.InteractiveWindow.Verify.CurrentTokenType(tokenType: "punctuation"); 43VisualStudio.InteractiveWindow.Verify.CurrentTokenType(tokenType: "method name"); 45VisualStudio.InteractiveWindow.Verify.CurrentTokenType(tokenType: "string"); 48VisualStudio.InteractiveWindow.Verify.CurrentTokenType(tokenType: "xml doc comment - delimiter"); 50VisualStudio.InteractiveWindow.Verify.CurrentTokenType(tokenType: "xml doc comment - name"); 52VisualStudio.InteractiveWindow.Verify.CurrentTokenType(tokenType: "xml doc comment - text"); 54VisualStudio.InteractiveWindow.Verify.CurrentTokenType(tokenType: "xml doc comment - delimiter"); 56VisualStudio.InteractiveWindow.Verify.CurrentTokenType(tokenType: "xml doc comment - comment"); 58VisualStudio.InteractiveWindow.Verify.CurrentTokenType(tokenType: "xml doc comment - delimiter"); 60VisualStudio.InteractiveWindow.Verify.CurrentTokenType(tokenType: "xml doc comment - cdata section"); 62VisualStudio.InteractiveWindow.Verify.CurrentTokenType(tokenType: "identifier"); 64VisualStudio.InteractiveWindow.Verify.CurrentTokenType(tokenType: "class name");
CSharp\CSharpReplIdeFeatures.cs (5)
43VisualStudio.InteractiveWindow.Verify.CodeActionsNotShowing(); 208VisualStudio.InteractiveWindow.Verify.CodeActions( 212VisualStudio.InteractiveWindow.Verify.LastReplInput(@"using System.Collections; 224VisualStudio.InteractiveWindow.Verify.CodeActions( 227VisualStudio.InteractiveWindow.Verify.LastReplInput("typeof(System.Collections.ArrayList)");
CSharp\CSharpReplIntellisense.cs (7)
29VisualStudio.InteractiveWindow.Verify.CompletionItemsExist("var", "public", "readonly", "goto"); 37VisualStudio.InteractiveWindow.Verify.CompletionItemsExist("System"); 45VisualStudio.InteractiveWindow.Verify.CompletionItemsExist("public"); 47VisualStudio.InteractiveWindow.Verify.LastReplInput("public"); 58VisualStudio.InteractiveWindow.Verify.CompletionItemsExist("ArgumentException"); 66VisualStudio.InteractiveWindow.Verify.CompletionItemsExist("C:"); 95VisualStudio.InteractiveWindow.Verify.CompletionItemsExist("x", "Complex");