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